java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | com.commsignia.v2x.client.exception.ClientException | |||
↳ | com.commsignia.v2x.client.exception.RequestFailedException |
Signals that an exception has failed. Contains the sequence number and error code for the failed command.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RequestFailedException(long seq, long errorCode)
Create an instance with the specified sequence number and error code
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
equals(Object o)
| ||||||||||
long |
getErrorCode()
Returns the error code for the failed request
| ||||||||||
long |
getSeq()
Returns the sequence number of the failed request
| ||||||||||
int |
hashCode()
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Create an instance with the specified sequence number and error code
seq | sequence number |
---|---|
errorCode | error code |
Returns the error code for the failed request
Returns the sequence number of the failed request