Class CredentialValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.vertx.ext.auth.authentication.CredentialValidationException
- All Implemented Interfaces:
Serializable
Signals that the validation of the
Credentials implementation is not valid.- Author:
- Paulo Lopes
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCredentialValidationException(String message) CredentialValidationException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CredentialValidationException
-
CredentialValidationException
-