Package org.iplass.mtp.auth.login
Class LoginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.iplass.mtp.MtpException
org.iplass.mtp.ApplicationException
org.iplass.mtp.auth.login.LoginException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CredentialExpiredException,LoginFailedException,RememberMeTokenStolenException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLoginException(String message) LoginException(String message, Throwable cause) LoginException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LoginException
public LoginException() -
LoginException
-
LoginException
-
LoginException
-