Package com.pingidentity.sdk.password
Class UsernameRecoveryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pingidentity.sdk.password.UsernameRecoveryException
- All Implemented Interfaces:
Serializable
Runtime exception to indicate there was an error when attempting to recover the user's login ID
- Since:
- 9.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an instance for a username recovery error.UsernameRecoveryException(String message) Create an instance for a username recovery error.UsernameRecoveryException(String message, Throwable exception) Create an instance for a username recovery error.UsernameRecoveryException(Throwable exception) Create an instance for a username recovery error. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UsernameRecoveryException
public UsernameRecoveryException()Create an instance for a username recovery error. -
UsernameRecoveryException
Create an instance for a username recovery error. -
UsernameRecoveryException
Create an instance for a username recovery error.- Parameters:
exception- the cause of the exception, if any
-
UsernameRecoveryException
Create an instance for a username recovery error.- Parameters:
message- the error messageexception- the cause of the exception, if any
-