类 InboundTimeoutExcetion

所有已实现的接口:
Serializable

public class InboundTimeoutExcetion extends InboundClientException

InboundTimeoutExcetion class.

版本:
1.0.0
作者:
: zhouhailin
另请参阅:
  • 构造器详细资料

    • InboundTimeoutExcetion

      public InboundTimeoutExcetion(String message)

      Constructor for InboundTimeoutExcetion.

      参数:
      message - a String object.
    • InboundTimeoutExcetion

      public InboundTimeoutExcetion(String message, Throwable cause)

      Constructor for InboundTimeoutExcetion.

      参数:
      message - a String object.
      cause - a Throwable object.