jms4spread
Class MessageEOFException

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

public class MessageEOFException
extends JMSException

See Also:
Serialized Form

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

MessageEOFException

public MessageEOFException()

MessageEOFException

public MessageEOFException(java.lang.String errorMessage)