eu.semaine.exceptions
Class MessageFormatException

java.lang.Object
  extended by JMSException
      extended by eu.semaine.exceptions.MessageFormatException

public class MessageFormatException
extends JMSException

An exception related to the format of a message.

Author:
marc

Constructor Summary
MessageFormatException(java.lang.String text)
           
MessageFormatException(java.lang.String text, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageFormatException

public MessageFormatException(java.lang.String text)

MessageFormatException

public MessageFormatException(java.lang.String text,
                              java.lang.Throwable cause)