org.codehaus.activemq
Class AlreadyClosedException

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

public class AlreadyClosedException
extends JMSException

An exception which is closed if you try to access a resource which has already been closed

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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
AlreadyClosedException(String description)
           
 
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

AlreadyClosedException

public AlreadyClosedException(String description)


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