Class IdentityStoreException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pingidentity.sdk.provision.exception.IdentityStoreException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadRequestException, ConflictException, FilterException, NotFoundException, NotImplementedException, UnauthorizedException

public abstract class IdentityStoreException extends Exception
Runtime exceptions extending from this abstract class signal to the PingFederate runtime that a provisioning processing exception occurred.
Since:
7.1
See Also:
  • Method Details

    • getMessages

      public List<String> getMessages()
      Returns the detail message strings of this Throwable.
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable