public class AccessDeniedException extends RuntimeException
Constructor and Description |
---|
AccessDeniedException()
Constructs a new AccessDeniedException.
|
AccessDeniedException(String message)
Constructs a new AccessDeniedException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AccessDeniedException()
public AccessDeniedException(String message)
message
- the cause of the exception.