public class UserAlreadyLoggedInException extends AuthSelfServiceException
| Constructor and Description |
|---|
UserAlreadyLoggedInException(java.lang.String message)
Constructs a
UserAlreadyLoggedInException with the specified detail message. |
UserAlreadyLoggedInException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
UserAlreadyLoggedInException with the specified detail message and cause. |
getLocalizedMessages, getMessages, xprint, xprintaddError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toStringpublic UserAlreadyLoggedInException(java.lang.String message,
java.lang.Throwable cause)
UserAlreadyLoggedInException with the specified detail message and cause.message - the detail messagecause - the causepublic UserAlreadyLoggedInException(java.lang.String message)
UserAlreadyLoggedInException with the specified detail message.message - the detail message