BowlerKernel
|
Public Member Functions | |
DyIOCommunicationException () | |
DyIOCommunicationException (String message) | |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
The Class DyIOCommunicationException.
Definition at line 21 of file DyIOCommunicationException.java.
com.neuronrobotics.sdk.dyio.DyIOCommunicationException.DyIOCommunicationException | ( | ) |
Instantiates a new dy io communication exception.
Definition at line 29 of file DyIOCommunicationException.java.
com.neuronrobotics.sdk.dyio.DyIOCommunicationException.DyIOCommunicationException | ( | String | message | ) |
Instantiates a new dy io communication exception.
message | the message |
Definition at line 38 of file DyIOCommunicationException.java.
|
staticprivate |
The Constant serialVersionUID.
Definition at line 24 of file DyIOCommunicationException.java.