|
Exception Summary |
| AuthenticationFailedException |
Exception thrown by the AuthenticationProvider if authentication
is required and the supplied credentials are either missing
or insufficient. |
| AuthorizationFailedException |
Exception thrown by the AuthorizationProvider if the
principal in the AuthenticationContext should
not be allowed to invoke the requested method. |
| CommunicationException |
Wrapper for returning IOException as unchecked exception,
for use by the MethodInvocationHandler when a communication
error occurs. |