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.
- Since:
- 1.16
-
Constructor Summary
ConstructorsConstructorDescriptionVerificationException(String message) VerificationException(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
-
VerificationException
-
VerificationException
-