package

com.commsignia.v2x.client.exception

Provides exceptions used by the client library.

Exceptions

ClientException Signals that a client error of some sort has occurred. 
EncodeFailureException Exception class for encoding failures. 
MalformedPacketException Thrown when a malformed packet is received. 
RequestFailedException Signals that an exception has failed. 
SendingCommandWhileDisconnectedException Signals that an attempt was made to send a command while the client was disconnected. 
UnsupportedMessageSetException Signals that the specified message set is unsupported.