Package org.smallmind.persistence
Class AuthorizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.smallmind.nutsnbolts.lang.FormattedRuntimeException
org.smallmind.persistence.AuthorizationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorizationException(String message, Object... args) AuthorizationException(Throwable throwable) AuthorizationException(Throwable throwable, String message, Object... args) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthorizationException
public AuthorizationException() -
AuthorizationException
-
AuthorizationException
-
AuthorizationException
-