Package com.google.auth.oauth2
Class TokenVerifier.VerificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.auth.oauth2.TokenVerifier.VerificationException
- All Implemented Interfaces:
Serializable
- Enclosing class:
TokenVerifier
Custom exception for wrapping all verification errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVerificationException
(String message) VerificationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VerificationException
-
VerificationException
-