Class IdentityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.am.identity.application.IdentityException
- All Implemented Interfaces:
Serializable
Exception encapsulates an error from trying to interact with an underlying identity.
- Since:
- 7.1.0
- See Also:
-
Constructor Summary
ConstructorDescriptionIdentityException
(String message, Throwable cause) Constructs a basic identity exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IdentityException
Constructs a basic identity exception.- Parameters:
message
- the reason for the errorcause
- the underlying cause
-