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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()List<String>getMessages()Returns the detail message strings of thisThrowable.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-