java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | com.commsignia.v2x.client.exception.UnsupportedMessageSetException |
Signals that the specified message set is unsupported. This usually happens when the message set was not included in the software build.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
UnsupportedMessageSetException(MessageSet messageSet)
Creates an instance.
| |||||||||||
UnsupportedMessageSetException(MessageSet messageSet, Throwable cause)
Creates an instance.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates an instance.
messageSet | name of the unsupported message set |
---|
Creates an instance.
messageSet | name of the unsupported message set |
---|---|
cause | additional cause for the exception |