BowlerKernel
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
com.neuronrobotics.sdk.common.ConnectionUnavailableException Class Reference
Inheritance diagram for com.neuronrobotics.sdk.common.ConnectionUnavailableException:
Inheritance graph
[legend]
Collaboration diagram for com.neuronrobotics.sdk.common.ConnectionUnavailableException:
Collaboration graph
[legend]

Public Member Functions

 ConnectionUnavailableException (String message)
 
String getMessage ()
 

Private Attributes

String message
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

An exception that gets thrown when a connection is unavaliable.

Author
robert

Definition at line 22 of file ConnectionUnavailableException.java.

Constructor & Destructor Documentation

◆ ConnectionUnavailableException()

com.neuronrobotics.sdk.common.ConnectionUnavailableException.ConnectionUnavailableException ( String  message)

Instantiates a new connection unavailable exception.

Parameters
messagethe message

Definition at line 35 of file ConnectionUnavailableException.java.

References com.neuronrobotics.sdk.common.ConnectionUnavailableException.message, and com.neuronrobotics.sdk.common.Log.warning().

Here is the call graph for this function:

Member Function Documentation

◆ getMessage()

String com.neuronrobotics.sdk.common.ConnectionUnavailableException.getMessage ( )

Member Data Documentation

◆ message

String com.neuronrobotics.sdk.common.ConnectionUnavailableException.message
private

◆ serialVersionUID

final long com.neuronrobotics.sdk.common.ConnectionUnavailableException.serialVersionUID = 1L
staticprivate

The Constant serialVersionUID.

Definition at line 25 of file ConnectionUnavailableException.java.


The documentation for this class was generated from the following file: