WrongStateException

public class WrongStateException
extends LowpanException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.android.things.lowpan.LowpanException
         ↳ com.google.android.things.lowpan.WrongStateException


Exception indicating the interface is the wrong state for an operation.

See also:

Summary

Inherited methods

From class com.google.android.things.lowpan.LowpanException
From class java.lang.Throwable
From class java.lang.Object

Public constructors

WrongStateException

WrongStateException ()

WrongStateException

WrongStateException (String message)

Parameters
message String

WrongStateException

WrongStateException (String message, 
                Throwable cause)

Parameters
message String

cause Throwable

WrongStateException

WrongStateException (Exception cause)

Parameters
cause Exception