Class IdentityException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.am.identity.application.IdentityException
All Implemented Interfaces:
Serializable

public class IdentityException extends Exception
Exception encapsulates an error from trying to interact with an underlying identity.
Since:
7.1.0
See Also:
  • Constructor Details

    • IdentityException

      public IdentityException(String message, Throwable cause)
      Constructs a basic identity exception.
      Parameters:
      message - the reason for the error
      cause - the underlying cause