Class ProviderTransactionRolledBackException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.jms.provider.ProviderException
org.apache.qpid.jms.provider.exceptions.ProviderTransactionRolledBackException
All Implemented Interfaces:
Serializable

public class ProviderTransactionRolledBackException extends ProviderException
Thrown when a message send operation times out in the Provider layer.
See Also:
  • Constructor Details

    • ProviderTransactionRolledBackException

      public ProviderTransactionRolledBackException(String message)
    • ProviderTransactionRolledBackException

      public ProviderTransactionRolledBackException(String message, Throwable cause)
  • Method Details