Class IdentityActivityService.ActivityLookupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.am.identity.application.IdentityActivityService.ActivityLookupException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- IdentityActivityService
Exception that represents an error on looking up an identity's active status.
- See Also:
-
Constructor Summary
ConstructorDescriptionActivityLookupException
(String message, Throwable cause) 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
-
ActivityLookupException
Creates a new instance of the exception.- Parameters:
message
- the error message to reportcause
- the underlying cause of the error
-