Class AuthorisationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.europa.together.exceptions.acl.AuthorisationException
- All Implemented Interfaces:
Serializable
Exception for authorization errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofAuthorisationException
without detail message.Constructs an instance ofAuthorisationException
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
-
AuthorisationException
public AuthorisationException()Creates a new instance ofAuthorisationException
without detail message. -
AuthorisationException
Constructs an instance ofAuthorisationException
with the specified detail message.- Parameters:
msg
- the detail message.
-