Class AmqpTimeoutException

All Implemented Interfaces:
Serializable

public class AmqpTimeoutException extends AmqpException
Exception thrown when some time-bound operation fails to execute in the desired time.
Since:
1.4.2
Author:
Gary Russell
See Also:
  • Constructor Details

    • AmqpTimeoutException

      public AmqpTimeoutException(String message, Throwable cause)
    • AmqpTimeoutException

      public AmqpTimeoutException(String message)
    • AmqpTimeoutException

      public AmqpTimeoutException(Throwable cause)