Class CredentialFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.google.auth.oauth2.CredentialFormatException
All Implemented Interfaces:
Serializable

class CredentialFormatException extends IOException
Indicates that the provided credential does not adhere to the required format.
  • Constructor Details

    • CredentialFormatException

      CredentialFormatException(String message, Throwable cause)