Class IdTokenVerifier.VerificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.api.client.auth.openidconnect.IdTokenVerifier.VerificationException
- All Implemented Interfaces:
Serializable
- Enclosing class:
IdTokenVerifier
Custom exception for wrapping all verification errors.
-
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
-