Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.europa.together.exceptions.acl.AuthenticationException
- All Implemented Interfaces:
Serializable
Exception for authentication errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofAuthenticationException
without detail message.Constructs an instance ofAuthenticationException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationException
public AuthenticationException()Creates a new instance ofAuthenticationException
without detail message. -
AuthenticationException
Constructs an instance ofAuthenticationException
with the specified detail message.- Parameters:
msg
- the detail message.
-