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 cause)
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 cause)
AuthorizationServiceException with the specified message
 and root cause.msg - the detail messagecause - root cause