java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.io.IOException | |||
↳ | com.google.android.gms.wearable.ChannelIOException |
A subclass of IOException
which can be thrown from the streams returned by
getInputStream(GoogleApiClient)
and
getOutputStream(GoogleApiClient)
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the app-specific error code passed to
close(GoogleApiClient, int)
if that's the reason for the stream closing, or 0 otherwise.
| |||||||||||
Returns one of
CLOSE_REASON_NORMAL ,
CLOSE_REASON_DISCONNECTED ,
CLOSE_REASON_REMOTE_CLOSE ,
or CLOSE_REASON_LOCAL_CLOSE , to indicate
the reason for the stream closing.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||||||||||||
![]() |
Returns the app-specific error code passed to close(GoogleApiClient, int)
if that's the reason for the stream closing, or 0
otherwise.
Returns one of CLOSE_REASON_NORMAL
,
CLOSE_REASON_DISCONNECTED
,
CLOSE_REASON_REMOTE_CLOSE
,
or CLOSE_REASON_LOCAL_CLOSE
, to indicate
the reason for the stream closing.