Package org.hippoecm.frontend.session
Class LoginException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.hippoecm.frontend.session.LoginException
-
- All Implemented Interfaces:
Serializable
public class LoginException extends Exception
AnException
class indicating that a user provided incorrect login details- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LoginException.Cause
-
Constructor Summary
Constructors Constructor Description LoginException(LoginException.Cause cause)
LoginException(LoginException.Cause cause, Throwable causeException)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LoginException.Cause
getLoginExceptionCause()
static LoginException.Cause
newCause(String key)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LoginException
public LoginException(LoginException.Cause cause)
-
LoginException
public LoginException(LoginException.Cause cause, Throwable causeException)
-
-
Method Detail
-
newCause
public static LoginException.Cause newCause(String key)
-
getLoginExceptionCause
public LoginException.Cause getLoginExceptionCause()
-
-