v2x-client
| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | com.commsignia.v2x.client.exception.MalformedPacketException | ||
Thrown when a malformed packet is received.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
MalformedPacketException()
Creates a new instance.
| |||||||||||
|
MalformedPacketException(String message)
Creates a new instance with the specified message.
| |||||||||||
|
MalformedPacketException(String message, Throwable cause)
Creates a new instance with the specified message and cause.
| |||||||||||
|
MalformedPacketException(Throwable cause)
Creates a new instance with the specified message and cause.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a new instance.
Creates a new instance with the specified message.
| message | exception message |
|---|
Creates a new instance with the specified message and cause.
| message | exception message |
|---|---|
| cause | cause |
Creates a new instance with the specified message and cause.
| cause | cause |
|---|