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