org.apache.qpid.server.store
Class MessageStoreClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.qpid.AMQException
              extended by 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

Constructor Summary
MessageStoreClosedException()
           
 
Method Summary
 
Methods inherited from class org.apache.qpid.AMQException
cloneForCurrentThread, getErrorCode, isHardError, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageStoreClosedException

public MessageStoreClosedException()


Licensed to the Apache Software Foundation