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(java.lang.String msg)
Constructs an
AuthorizationServiceException with the specified
message. |
AuthorizationServiceException(java.lang.String msg,
java.lang.Throwable t)
Constructs an
AuthorizationServiceException with the specified message
and root cause. |
public AuthorizationServiceException(java.lang.String msg)
AuthorizationServiceException
with the specified
message.msg
- the detail messagepublic AuthorizationServiceException(java.lang.String msg, java.lang.Throwable t)
AuthorizationServiceException
with the specified message
and root cause.msg
- the detail messaget
- root cause