jms4spread
Class JMSException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jms4spread.JMSException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IllegalStateException, InvalidClientIDException, MessageEOFException, MessageFormatException, MessageNotReadableException, MessageNotWriteableException

public class JMSException
extends java.lang.Exception

See Also:
Serialized Form

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

JMSException

public JMSException()

JMSException

public JMSException(java.lang.String errorMessage)