Class ProviderDeliveryModifiedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.qpid.jms.provider.ProviderException
-
- org.apache.qpid.jms.provider.exceptions.ProviderDeliveryModifiedException
-
- All Implemented Interfaces:
Serializable
public class ProviderDeliveryModifiedException extends ProviderException
Thrown when a send fails because the remote modified the delivery- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProviderDeliveryModifiedException(String message, Throwable cause, org.apache.qpid.proton.amqp.messaging.Modified modification)ProviderDeliveryModifiedException(String message, org.apache.qpid.proton.amqp.messaging.Modified modification)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDeliveryFailed()booleanisUndeliverableHere()-
Methods inherited from class org.apache.qpid.jms.provider.ProviderException
toJMSException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProviderDeliveryModifiedException
public ProviderDeliveryModifiedException(String message, org.apache.qpid.proton.amqp.messaging.Modified modification)
-
-