jms4spread
Class IllegalStateException

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

public class IllegalStateException
extends JMSException

See Also:
Serialized Form

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

IllegalStateException

public IllegalStateException()

IllegalStateException

public IllegalStateException(java.lang.String errorMessage)