JoinFailedAtAuthException
public
class
JoinFailedAtAuthException
extends JoinFailedException
java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | com.google.android.things.lowpan.LowpanException | ||||
↳ | com.google.android.things.lowpan.JoinFailedException | ||||
↳ | com.google.android.things.lowpan.JoinFailedAtAuthException |
Exception indicating the join operation was unable to find the given network.
See also:
Summary
Public constructors | |
---|---|
JoinFailedAtAuthException()
|
|
JoinFailedAtAuthException(String message)
|
|
JoinFailedAtAuthException(String message, Throwable cause)
|
|
JoinFailedAtAuthException(Exception cause)
|
Inherited methods | |
---|---|
From
class
com.google.android.things.lowpan.LowpanException
| |
From
class
java.lang.Throwable
| |
From
class
java.lang.Object
|
Public constructors
JoinFailedAtAuthException
JoinFailedAtAuthException ()
JoinFailedAtAuthException
JoinFailedAtAuthException (String message, Throwable cause)
Parameters | |
---|---|
message |
String |
cause |
Throwable |
Classes
Exceptions