Class ConflictException

All Implemented Interfaces:
Serializable

public class ConflictException extends IdentityStoreException
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 Details

    • ConflictException

      public ConflictException(String message)
      Constructs a ConflictException with the specified detail message.
    • ConflictException

      public ConflictException(List<String> messages)
      Constructs a ConflictException with the specified detail messages.
    • ConflictException

      public ConflictException(Throwable cause)
      Constructs a ConflictException with the specified cause.
    • ConflictException

      public ConflictException(String message, Throwable cause)
      Constructs a ConflictException with the specified detail message and cause.
    • ConflictException

      public ConflictException(List<String> messages, Throwable cause)
      Constructs a ConflictException with the specified detail messages and cause.