Class AlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.identityconnectors.framework.common.exceptions.ConnectorException
org.identityconnectors.framework.common.exceptions.AlreadyExistsException
- All Implemented Interfaces:
Serializable
AlreadyExistsException is thrown to indicate if
CreateApiOp attempts
to create an object that exists prior to the method execution or
UpdateApiOp attempts
to rename an object to that exists prior to the method execution.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAlreadyExistsException(String message) AlreadyExistsException(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
-
AlreadyExistsException
public AlreadyExistsException()- See Also:
-
AlreadyExistsException
- See Also:
-
AlreadyExistsException
- See Also:
-
AlreadyExistsException
- See Also:
-
-
Method Details