Package org.apache.activemq
Class AlreadyClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.jms.JMSException
-
- org.apache.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- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlreadyClosedException()
AlreadyClosedException(String description)
-
Method Summary
-
Methods inherited from class javax.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AlreadyClosedException
public AlreadyClosedException()
-
AlreadyClosedException
public AlreadyClosedException(String description)
-
-