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

    • IdentityNotFoundException

      public IdentityNotFoundException(String message)
      Creates a new instance of the exception.
      Parameters:
      message - the error message to report