Class ResetPasswordException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.platform.utils.SuperException
oracle.iam.selfservice.exception.AuthSelfServiceException
oracle.iam.selfservice.exception.ResetPasswordException
All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable

public class ResetPasswordException extends AuthSelfServiceException
Thrown when there is a failure while resetting the user password.
See Also:
  • Constructor Details

    • ResetPasswordException

      public ResetPasswordException()
      Constructs a ResetPasswordException with no detail message.
    • ResetPasswordException

      public ResetPasswordException(String message)
      Constructs a ResetPasswordException with the specified detail message.
      Parameters:
      message - the detail message
    • ResetPasswordException

      public ResetPasswordException(String message, Throwable cause)
      Constructs a ResetPasswordException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • ResetPasswordException

      public ResetPasswordException(Throwable cause)
      Constructs a ResetPasswordException with the specified cause.
      Parameters:
      cause - the cause