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:
  • Constructor Details

    • ActivityLookupException

      public ActivityLookupException(String message, Throwable cause)
      Creates a new instance of the exception.
      Parameters:
      message - the error message to report
      cause - the underlying cause of the error