OperationCanceledException
public
class
OperationCanceledException
extends LowpanException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | com.google.android.things.lowpan.LowpanException | |||
↳ | com.google.android.things.lowpan.OperationCanceledException |
Exception indicating this operation was canceled by the driver before it could finish.
See also:
Summary
Public constructors | |
---|---|
OperationCanceledException()
|
|
OperationCanceledException(String message)
|
|
OperationCanceledException(String message, Throwable cause)
|
|
OperationCanceledException(Exception cause)
|
Inherited methods | |
---|---|
From
class
com.google.android.things.lowpan.LowpanException
| |
From
class
java.lang.Throwable
| |
From
class
java.lang.Object
|
Public constructors
OperationCanceledException
OperationCanceledException ()
OperationCanceledException
OperationCanceledException (String message, Throwable cause)
Parameters | |
---|---|
message |
String |
cause |
Throwable |
Classes
Exceptions