Class AccessDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ametys.runtime.authentication.AccessDeniedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EditContentAccessDeniedException
Exception representing a 403 response
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new AccessDeniedException.AccessDeniedException
(String message) Constructs a new AccessDeniedException with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AccessDeniedException
public AccessDeniedException()Constructs a new AccessDeniedException. -
AccessDeniedException
Constructs a new AccessDeniedException with the specified cause.- Parameters:
message
- the cause of the exception.
-