Class RemoteTimeoutException

    • Constructor Detail

      • RemoteTimeoutException

        public RemoteTimeoutException​(String msg)
        Constructor for RemoteTimeoutException.
        Parameters:
        msg - the detail message
      • RemoteTimeoutException

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