Package com.rabbitmq.client
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChannelContinuationTimeoutException(TimeoutException cause, Object channel, int channelNumber, Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getChannel()
channel that performed the callint
getChannelNumber()
Method
getMethod()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ChannelContinuationTimeoutException
public ChannelContinuationTimeoutException(TimeoutException cause, Object channel, int channelNumber, Method method)
-
-