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
Exception thrown when a channel times out on a continuation during a RPC call.
- Since:
- 4.1.0
- See Also:
-
Constructor Summary
ConstructorDescriptionChannelContinuationTimeoutException
(TimeoutException cause, Object channel, int channelNumber, Method method) -
Method Summary
Modifier and TypeMethodDescriptionchannel that performed the callint
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChannelContinuationTimeoutException
public ChannelContinuationTimeoutException(TimeoutException cause, Object channel, int channelNumber, Method method)
-
-
Method Details
-
getMethod
- Returns:
- request method that timed out
-
getChannel
channel that performed the call- Returns:
-
getChannelNumber
public int getChannelNumber()- Returns:
- number of the channel that performed the call
-