Class 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:
    Serialized Form
    • Constructor Detail

      • 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