Class ProviderDeliveryModifiedException

  • All Implemented Interfaces:
    java.io.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​(java.lang.String message, java.lang.Throwable cause, org.apache.qpid.proton.amqp.messaging.Modified modification)  
      ProviderDeliveryModifiedException​(java.lang.String message, org.apache.qpid.proton.amqp.messaging.Modified modification)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isDeliveryFailed()  
      boolean isUndeliverableHere()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProviderDeliveryModifiedException

        public ProviderDeliveryModifiedException​(java.lang.String message,
                                                 org.apache.qpid.proton.amqp.messaging.Modified modification)
      • ProviderDeliveryModifiedException

        public ProviderDeliveryModifiedException​(java.lang.String message,
                                                 java.lang.Throwable cause,
                                                 org.apache.qpid.proton.amqp.messaging.Modified modification)
    • Method Detail

      • isDeliveryFailed

        public boolean isDeliveryFailed()
      • isUndeliverableHere

        public boolean isUndeliverableHere()