Class IdentityNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.am.identity.application.IdentityNotFoundException
- All Implemented Interfaces:
Serializable
Exception that signifies that the requested identity was not found.
- See Also:
-
Constructor Summary
ConstructorDescriptionIdentityNotFoundException
(String message) Creates a new instance of the 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
-
IdentityNotFoundException
Creates a new instance of the exception.- Parameters:
message
- the error message to report
-