jms4spread
Class MessageNotReadableException

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

public class MessageNotReadableException
extends JMSException

See Also:
Serialized Form

Constructor Summary
MessageNotReadableException()
           
MessageNotReadableException(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

MessageNotReadableException

public MessageNotReadableException()

MessageNotReadableException

public MessageNotReadableException(java.lang.String errorMessage)