Class CredentialValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.jpro.platform.auth.core.authentication.CredentialValidationException
All Implemented Interfaces:
Serializable

public class CredentialValidationException extends RuntimeException
Represents an exception that is thrown when Credentials validation fails.
See Also:
  • Constructor Details

    • CredentialValidationException

      public CredentialValidationException(String message)
      Constructs a new CredentialValidationException with the specified detail message.
      Parameters:
      message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
    • CredentialValidationException

      public CredentialValidationException(String message, Throwable cause)
      Constructs a new CredentialValidationException with the specified detail message and cause.
      Parameters:
      message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)