org.activemq
Class ConnectionClosedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.jms.JMSException
              extended byjavax.jms.IllegalStateException
                  extended byorg.activemq.ConnectionClosedException
All Implemented Interfaces:
Serializable

public class ConnectionClosedException
extends IllegalStateException

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

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

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

ConnectionClosedException

public ConnectionClosedException()


Copyright © 2004-2007 Protique, Ltd.. All Rights Reserved.