jms4spread
Class MessageFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jms4spread.JMSException
                    |
                    +--jms4spread.MessageFormatException
All Implemented Interfaces:
java.io.Serializable

public class MessageFormatException
extends JMSException

See Also:
Serialized Form

Constructor Summary
MessageFormatException()
           
MessageFormatException(java.lang.String errorMessage)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageFormatException

public MessageFormatException()

MessageFormatException

public MessageFormatException(java.lang.String errorMessage)