Class ChannelContinuationTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.rabbitmq.client.ChannelContinuationTimeoutException
All Implemented Interfaces:
Serializable

public class ChannelContinuationTimeoutException extends IOException
Exception thrown when a channel times out on a continuation during a RPC call.
Since:
4.1.0
See Also:
  • Constructor Details

    • ChannelContinuationTimeoutException

      public ChannelContinuationTimeoutException(TimeoutException cause, Object channel, int channelNumber, Method method)
  • Method Details

    • getMethod

      public Method getMethod()
      Returns:
      request method that timed out
    • getChannel

      public Object getChannel()
      channel that performed the call
      Returns:
    • getChannelNumber

      public int getChannelNumber()
      Returns:
      number of the channel that performed the call