JoinFailedAtScanException

public class JoinFailedAtScanException
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.JoinFailedAtScanException


Exception indicating the join operation was unable to find the given network.

Summary

Public constructors

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

Inherited methods

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

Public constructors

JoinFailedAtScanException

JoinFailedAtScanException ()

JoinFailedAtScanException

JoinFailedAtScanException (String message)

Parameters
message String

JoinFailedAtScanException

JoinFailedAtScanException (String message, 
                Throwable cause)

Parameters
message String

cause Throwable

JoinFailedAtScanException

JoinFailedAtScanException (Exception cause)

Parameters
cause Exception