Package com.google.auth.oauth2
Class CredentialFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.google.auth.oauth2.CredentialFormatException
-
- All Implemented Interfaces:
java.io.Serializable
class CredentialFormatException extends java.io.IOException
Indicates that the provided credential does not adhere to the required format.
-
-
Constructor Summary
Constructors Constructor Description CredentialFormatException(java.lang.String message, java.lang.Throwable cause)
-