public class

UnsupportedMessageSetException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.commsignia.v2x.client.exception.UnsupportedMessageSetException

Class Overview

Signals that the specified message set is unsupported. This usually happens when the message set was not included in the software build.

Summary

Public Constructors
UnsupportedMessageSetException(MessageSet messageSet)
Creates an instance.
UnsupportedMessageSetException(MessageSet messageSet, Throwable cause)
Creates an instance.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UnsupportedMessageSetException (MessageSet messageSet)

Creates an instance.

Parameters
messageSet name of the unsupported message set

public UnsupportedMessageSetException (MessageSet messageSet, Throwable cause)

Creates an instance.

Parameters
messageSet name of the unsupported message set
cause additional cause for the exception