public class

SendingCommandWhileDisconnectedException

extends ClientException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.commsignia.v2x.client.exception.ClientException
         ↳ com.commsignia.v2x.client.exception.SendingCommandWhileDisconnectedException

Class Overview

Signals that an attempt was made to send a command while the client was disconnected.

Summary

Public Constructors
SendingCommandWhileDisconnectedException()
Creates an instance.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public SendingCommandWhileDisconnectedException ()

Creates an instance.