InterfaceDisabledException

public class InterfaceDisabledException
extends LowpanException

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


Exception indicating this operation requires the interface to be enabled.

See also:

Summary

Public constructors

InterfaceDisabledException()
InterfaceDisabledException(String message)
InterfaceDisabledException(String message, Throwable cause)
InterfaceDisabledException(Exception cause)

Inherited methods

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

Public constructors

InterfaceDisabledException

InterfaceDisabledException ()

InterfaceDisabledException

InterfaceDisabledException (String message)

Parameters
message String

InterfaceDisabledException

InterfaceDisabledException (String message, 
                Throwable cause)

Parameters
message String

cause Throwable

InterfaceDisabledException

InterfaceDisabledException (Exception cause)

Parameters
cause Exception