public class MessageFormatException extends JMSException
 It must also be thrown when equivalent type errors are made with message
 property values. For example, this exception must be thrown if StreamMessage.writeObject is given an
 unsupported class or if StreamMessage.readShort is used to read a boolean value. Note that the
 special case of a failure caused by an attempt to read improperly formatted String data as numeric values
 must throw the java.lang.NumberFormatException.
| Constructor and Description | 
|---|
MessageFormatException(java.lang.String reason)
Constructs a  
MessageFormatException with the specified reason. | 
MessageFormatException(java.lang.String reason,
                      java.lang.String errorCode)
Constructs a  
MessageFormatException with the specified reason and error code. | 
getErrorCode, getLinkedException, setLinkedExceptionpublic MessageFormatException(java.lang.String reason,
                              java.lang.String errorCode)
MessageFormatException with the specified reason and error code.reason - a description of the exceptionerrorCode - a string specifying the vendor-specific error codepublic MessageFormatException(java.lang.String reason)
MessageFormatException with the specified reason. The error code defaults to null.reason - a description of the exception