org.apache.qpid
Class AMQStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.AMQInternalException
org.apache.qpid.AMQStoreException
- All Implemented Interfaces:
- Serializable
public class AMQStoreException
- extends AMQInternalException
StoreException is a specific type of internal error relating to errors in the message store, such as SQLException
.
- See Also:
- Serialized Form
AMQStoreException
public AMQStoreException(String msg,
Throwable cause)
- Creates an exception with an optional message and optional underlying cause.
- Parameters:
msg
- The exception message. May be null if not to be set.cause
- The underlying cause of the exception. May be null if not to be set.
AMQStoreException
public AMQStoreException(String msg)
Licensed to the Apache Software Foundation