Class UsernameRecoveryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pingidentity.sdk.password.UsernameRecoveryException
All Implemented Interfaces:
Serializable

public class UsernameRecoveryException extends RuntimeException
Runtime exception to indicate there was an error when attempting to recover the user's login ID
Since:
9.1
See Also:
  • Constructor Details

    • UsernameRecoveryException

      public UsernameRecoveryException()
      Create an instance for a username recovery error.
    • UsernameRecoveryException

      public UsernameRecoveryException(String message)
      Create an instance for a username recovery error.
    • UsernameRecoveryException

      public UsernameRecoveryException(Throwable exception)
      Create an instance for a username recovery error.
      Parameters:
      exception - the cause of the exception, if any
    • UsernameRecoveryException

      public UsernameRecoveryException(String message, Throwable exception)
      Create an instance for a username recovery error.
      Parameters:
      message - the error message
      exception - the cause of the exception, if any