@Beta public class GoogleAuthIOException extends IOException
Beta
GoogleAuthException
into an IOException
so it can be caught directly.
Use getCause()
to get the wrapped GoogleAuthException
.
Constructor and Description |
---|
GoogleAuthIOException(com.google.android.gms.auth.GoogleAuthException wrapped) |
Modifier and Type | Method and Description |
---|---|
com.google.android.gms.auth.GoogleAuthException |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2010–2022 Google. All rights reserved.