org.fusesource.stompjms
Class StompJmsConnectionClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jms.JMSException
              extended by javax.jms.IllegalStateException
                  extended by org.fusesource.stompjms.StompJmsConnectionClosedException
All Implemented Interfaces:
java.io.Serializable

public class StompJmsConnectionClosedException
extends javax.jms.IllegalStateException

An exception thrown when attempt is made to use a connection when the connection has been closed.

Version:
$Revision: 1.2 $
See Also:
Serialized Form

Constructor Summary
StompJmsConnectionClosedException()
           
 
Method Summary
 
Methods inherited from class javax.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StompJmsConnectionClosedException

public StompJmsConnectionClosedException()


Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.