Class CredentialValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.vertx.ext.auth.authentication.CredentialValidationException
All Implemented Interfaces:
Serializable

public class CredentialValidationException extends RuntimeException
Signals that the validation of the Credentials implementation is not valid.
Author:
Paulo Lopes
See Also:
  • Constructor Details

    • CredentialValidationException

      public CredentialValidationException(String message)
    • CredentialValidationException

      public CredentialValidationException(String message, Throwable cause)