Class ConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pingidentity.sdk.provision.exception.IdentityStoreException
com.pingidentity.sdk.provision.exception.ConflictException
- All Implemented Interfaces:
Serializable
An
IdentityStoreException that should be thrown when an Identity Store Provisioner operation cannot be
completed because an identical resource already exists.- Since:
- 7.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConflictException(String message) Constructs aConflictExceptionwith the specified detail message.ConflictException(String message, Throwable cause) Constructs aConflictExceptionwith the specified detail message and cause.ConflictException(Throwable cause) Constructs aConflictExceptionwith the specified cause.ConflictException(List<String> messages) Constructs aConflictExceptionwith the specified detail messages.ConflictException(List<String> messages, Throwable cause) Constructs aConflictExceptionwith the specified detail messages and cause. -
Method Summary
Methods inherited from class com.pingidentity.sdk.provision.exception.IdentityStoreException
getMessage, getMessagesMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConflictException
Constructs aConflictExceptionwith the specified detail message. -
ConflictException
Constructs aConflictExceptionwith the specified detail messages. -
ConflictException
Constructs aConflictExceptionwith the specified cause. -
ConflictException
Constructs aConflictExceptionwith the specified detail message and cause. -
ConflictException
Constructs aConflictExceptionwith the specified detail messages and cause.
-