Exception GoogleAuthIOException (2.1.0)

public class GoogleAuthIOException extends IOException

Beta
Wraps a GoogleAuthException into an IOException so it can be caught directly.

Use #getCause() to get the wrapped GoogleAuthException.

Constructors

GoogleAuthIOException(GoogleAuthException wrapped)

public GoogleAuthIOException(GoogleAuthException wrapped)
Parameter
NameDescription
wrappedcom.google.android.gms.auth.GoogleAuthException

wrapped GoogleAuthException

Methods

getCause()

public GoogleAuthException getCause()
Returns
TypeDescription
com.google.android.gms.auth.GoogleAuthException
Overrides