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:
java.io.Serializable
- Enclosing class:
- TokenVerifier
public static class TokenVerifier.VerificationException extends java.lang.Exception
Custom exception for wrapping all verification errors.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VerificationException(java.lang.String message)
VerificationException(java.lang.String message, java.lang.Throwable cause)
-