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
Thrown when a send fails because the remote modified the delivery
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProviderDeliveryModifiedException(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
Methods inherited from class org.apache.qpid.jms.provider.ProviderException
toJMSExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProviderDeliveryModifiedException
public ProviderDeliveryModifiedException(String message, org.apache.qpid.proton.amqp.messaging.Modified modification) -
ProviderDeliveryModifiedException
-
-
Method Details
-
isDeliveryFailed
public boolean isDeliveryFailed() -
isUndeliverableHere
public boolean isUndeliverableHere()
-