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
public class ConnectorSecurityException extends ConnectorException
Base exception for all security-related exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectorSecurityException()
ConnectorSecurityException(String message)
ConnectorSecurityException(String message, Throwable ex)
ConnectorSecurityException(Throwable ex)
-
Method Summary
-
Methods inherited from class org.identityconnectors.framework.common.exceptions.ConnectorException
rethrow, wrap
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConnectorSecurityException
public ConnectorSecurityException()
- See Also:
ConnectorException()
-
ConnectorSecurityException
public ConnectorSecurityException(String message)
- See Also:
ConnectorException(String)
-
ConnectorSecurityException
public ConnectorSecurityException(Throwable ex)
- See Also:
ConnectorException(Throwable)
-
ConnectorSecurityException
public ConnectorSecurityException(String message, Throwable ex)
- See Also:
ConnectorException(String, Throwable)
-
-