org.apache.qpid
Class AMQInternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.AMQInternalException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AMQStoreException
public class AMQInternalException
- extends AMQException
InternalException encapsulates error code 541, or AMQConstant.INTERNAL_ERROR
exceptions relating to the
AMQ protocol. It is used to report internal failures and errors that occur within the broker.
- See Also:
- Serialized Form
AMQInternalException
public AMQInternalException(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.
AMQInternalException
public AMQInternalException(String msg)
Licensed to the Apache Software Foundation