public class AuthorizationServiceException extends AccessDeniedException
This might be thrown if an AccessDecisionManager implementation could not
locate a required method argument, for example.
| Constructor and Description |
|---|
AuthorizationServiceException(String msg)
Constructs an
AuthorizationServiceException with the specified
message. |
AuthorizationServiceException(String msg,
Throwable t)
Constructs an
AuthorizationServiceException with the specified message
and root cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthorizationServiceException(String msg)
AuthorizationServiceException with the specified
message.msg - the detail message