Package nl.gx.webmanager.authorization
Class NoAuthorizationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nl.gx.webmanager.authorization.NoAuthorizationException
-
- All Implemented Interfaces:
Serializable
public class NoAuthorizationException extends Exception
- Author:
- arjans
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoAuthorizationException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoAuthorizationException
public NoAuthorizationException(String message)
- Parameters:
message
-
-
-