org.apache.qpid.server.store
Class MessageStoreClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.server.store.MessageStoreClosedException
- All Implemented Interfaces:
- Serializable
public class MessageStoreClosedException
- extends org.apache.qpid.AMQException
NOTE: this class currently extends AMQException but
we should be using AMQExceptions internally in the code base for Protocol errors hence
the message store interface should throw a different super class which this should be
moved to reflect
- See Also:
- Serialized Form
Methods inherited from class org.apache.qpid.AMQException |
cloneForCurrentThread, getErrorCode, isHardError, toString |
MessageStoreClosedException
public MessageStoreClosedException()
Licensed to the Apache Software Foundation