org.apache.qpid
Class AMQUndeliveredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.AMQUndeliveredException
- All Implemented Interfaces:
- Serializable
public class AMQUndeliveredException
- extends AMQException
AMQUndeliveredException indicates that a message, marked immediate or mandatory, could not be delivered.
CRC Card
Responsibilities | Collaborations
|
---|
Represents failure to delivery a message that must be delivered.
|
- See Also:
- Serialized Form
AMQUndeliveredException
public AMQUndeliveredException(AMQConstant errorCode,
String msg,
Object bounced,
Throwable cause)
getUndeliveredMessage
public Object getUndeliveredMessage()
isHardError
public boolean isHardError()
- Overrides:
isHardError
in class AMQException
Licensed to the Apache Software Foundation