JoinFailedException

public class JoinFailedException
extends LowpanException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.android.things.lowpan.LowpanException
         ↳ com.google.android.things.lowpan.JoinFailedException
Known Direct Subclasses


Exception indicating the join operation has failed.

See also:

Summary

Public constructors

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

Inherited methods

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

Public constructors

JoinFailedException

JoinFailedException ()

JoinFailedException

JoinFailedException (String message)

Parameters
message String

JoinFailedException

JoinFailedException (String message, 
                Throwable cause)

Parameters
message String

cause Throwable

JoinFailedException

JoinFailedException (Exception cause)

Parameters
cause Exception