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
public static final class IdentityActivityService.ActivityLookupException extends Exception
Exception that represents an error on looking up an identity's active status.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActivityLookupException(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
-
-