v2x-client
| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | com.commsignia.v2x.client.exception.ClientException | ||
Known Direct Subclasses
|
Signals that a client error of some sort has occurred. This is the general exception class for other client exceptions.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
ClientException()
| |||||||||||
|
ClientException(String message)
| |||||||||||
|
ClientException(String message, Throwable cause)
| |||||||||||
|
ClientException(Throwable cause)
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||