Exception GoogleAuthIOException (2.6.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
Name Description
wrapped com.google.android.gms.auth.GoogleAuthException

wrapped GoogleAuthException

Methods

getCause()

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