Class PermissionDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.identityconnectors.framework.common.exceptions.ConnectorException
org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
org.identityconnectors.framework.common.exceptions.PermissionDeniedException
- All Implemented Interfaces:
Serializable
Thrown when the target resource will not allow a
Connector
to perform
a particular operation. An instance of PermissionDeniedException
generally describes a native error returned by (or wraps a native exception
thrown by) the target resource.- See Also:
-
Constructor Summary
ConstructorDescriptionPermissionDeniedException
(String message) PermissionDeniedException
(String message, 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 Details
-
PermissionDeniedException
public PermissionDeniedException()- See Also:
-
PermissionDeniedException
- See Also:
-
PermissionDeniedException
- See Also:
-
PermissionDeniedException
- See Also:
-