Class IdentityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.forgerock.am.identity.application.IdentityException
-
- All Implemented Interfaces:
Serializable
public class IdentityException extends Exception
Exception encapsulates an error from trying to interact with an underlying identity.- Since:
- 7.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentityException(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
-
-