public class UserSessionForceOfflineException extends RuntimeException
Constructor and Description |
---|
UserSessionForceOfflineException() |
UserSessionForceOfflineException(String message) |
UserSessionForceOfflineException(String message,
Throwable cause) |
UserSessionForceOfflineException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Long |
getEventTime() |
String |
getRemoteAddr() |
void |
setDescription(String description) |
void |
setEventTime(Long eventTime) |
void |
setRemoteAddr(String remoteAddr) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UserSessionForceOfflineException()
public UserSessionForceOfflineException(String message)
public UserSessionForceOfflineException(String message, Throwable cause)
public UserSessionForceOfflineException(Throwable cause)
public String getRemoteAddr()
public void setRemoteAddr(String remoteAddr)
public Long getEventTime()
public void setEventTime(Long eventTime)
public String getDescription()
public void setDescription(String description)
Copyright © 2022. All rights reserved.