jms4spread
Class MessageNotWriteableException

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

public class MessageNotWriteableException
extends JMSException

See Also:
Serialized Form

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

MessageNotWriteableException

public MessageNotWriteableException()

MessageNotWriteableException

public MessageNotWriteableException(java.lang.String errorMessage)