Class 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 Detail

      • ChannelContinuationTimeoutException

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

      • 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