Class ForbiddenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- no.unit.commons.apigateway.authentication.ForbiddenException
-
- All Implemented Interfaces:
java.io.Serializable
public class ForbiddenException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_MESSAGE
-
Constructor Summary
Constructors Constructor Description ForbiddenException()
-
-
-
Field Detail
-
DEFAULT_MESSAGE
public static final java.lang.String DEFAULT_MESSAGE
- See Also:
- Constant Field Values
-
-