NetworkAlreadyExistsException
public
class
NetworkAlreadyExistsException
extends LowpanException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | com.google.android.things.lowpan.LowpanException | |||
↳ | com.google.android.things.lowpan.NetworkAlreadyExistsException |
Exception indicating the form operation found a network nearby with the same identity.
See also:
Summary
Public constructors | |
---|---|
NetworkAlreadyExistsException()
|
|
NetworkAlreadyExistsException(String message)
|
|
NetworkAlreadyExistsException(String message, Throwable cause)
|
|
NetworkAlreadyExistsException(Exception cause)
|
Inherited methods | |
---|---|
From
class
com.google.android.things.lowpan.LowpanException
| |
From
class
java.lang.Throwable
| |
From
class
java.lang.Object
|
Public constructors
NetworkAlreadyExistsException
NetworkAlreadyExistsException ()
NetworkAlreadyExistsException
NetworkAlreadyExistsException (String message)
Parameters | |
---|---|
message |
String |
NetworkAlreadyExistsException
NetworkAlreadyExistsException (String message, Throwable cause)
Parameters | |
---|---|
message |
String |
cause |
Throwable |
NetworkAlreadyExistsException
NetworkAlreadyExistsException (Exception cause)
Parameters | |
---|---|
cause |
Exception |
Classes
Exceptions