类 RemoteTimeoutException

  • 所有已实现的接口:
    Serializable

    public class RemoteTimeoutException
    extends RemoteAccessException
    RemoteAccessException subclass to be thrown when the execution of the target method did not complete before a configurable timeout, for example when a reply message was not received.
    从以下版本开始:
    4.2
    作者:
    Stephane Nicoll
    另请参阅:
    序列化表格
    • 构造器详细资料

      • RemoteTimeoutException

        public RemoteTimeoutException​(String msg,
                                      Throwable cause)
        Constructor for RemoteTimeoutException.
        参数:
        msg - the detail message
        cause - the root cause from the remoting API in use