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
public static class TokenVerifier.VerificationException extends Exception
Custom exception for wrapping all verification errors.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VerificationException(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
-
-