Class ActiveMQObjectClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.activemq.artemis.api.core.ActiveMQException
-
- org.apache.activemq.artemis.api.core.ActiveMQObjectClosedException
-
- All Implemented Interfaces:
Serializable
public final class ActiveMQObjectClosedException extends ActiveMQException
A client operation failed because the calling resource (ClientSession, ClientProducer, etc.) is closed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActiveMQObjectClosedException()
ActiveMQObjectClosedException(String msg)
-
Method Summary
-
Methods inherited from class org.apache.activemq.artemis.api.core.ActiveMQException
getType, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
ActiveMQObjectClosedException
public ActiveMQObjectClosedException()
-
ActiveMQObjectClosedException
public ActiveMQObjectClosedException(String msg)
-
-