Package nl.gx.webmanager.authorization
Class NoAuthorizationRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- nl.gx.webmanager.authorization.NoAuthorizationRuntimeException
-
- All Implemented Interfaces:
Serializable
public class NoAuthorizationRuntimeException extends RuntimeException
Thrown when a user has insufficient access rights for a particular functionality- Since:
- 10.31.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoAuthorizationRuntimeException(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
-
NoAuthorizationRuntimeException
public NoAuthorizationRuntimeException(String message)
- Parameters:
message
- the message to display for this error. Should reflect where this exception was thrown
-
-