v2x-client
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | com.commsignia.v2x.client.exception.ClientException | |||
| ↳ | com.commsignia.v2x.client.exception.EncodeFailureException | |||
Exception class for encoding failures. Encoding failures can happen the request is malformed in some regard e.g. it has invalid or missing values.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
EncodeFailureException(String message)
Creates an instance with a specific message
| |||||||||||
|
EncodeFailureException(String message, Throwable cause)
Creates an instance with the specific message and cause
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates an instance with a specific message
| message | error message |
|---|
Creates an instance with the specific message and cause
| message | error message |
|---|---|
| cause | the cause for this exception |