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:
    Serialized Form
    • Constructor Detail

      • AmqpTimeoutException

        public AmqpTimeoutException​(String message,
                                    Throwable cause)
      • AmqpTimeoutException

        public AmqpTimeoutException​(String message)
      • AmqpTimeoutException

        public AmqpTimeoutException​(Throwable cause)