Class ConnectorSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.identityconnectors.framework.common.exceptions.ConnectorException
org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 InvalidCredentialException,PermissionDeniedException
Base exception for all security-related exceptions.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConnectorSecurityException(String message) ConnectorSecurityException(String message, Throwable ex)  - 
Method Summary
Methods inherited from class org.identityconnectors.framework.common.exceptions.ConnectorException
rethrow, wrapMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ConnectorSecurityException
public ConnectorSecurityException()- See Also:
 
 - 
ConnectorSecurityException
- See Also:
 
 - 
ConnectorSecurityException
- See Also:
 
 - 
ConnectorSecurityException
- See Also:
 
 
 -