Class RemoteTimeoutException

All Implemented Interfaces:
Serializable

public class RemoteTimeoutException extends RuntimeException
A Space remoting exception caused by a timeout waiting for a result.
Author:
kimchy
See Also:
  • Constructor Details

    • RemoteTimeoutException

      public RemoteTimeoutException(String message, long timeout)
    • RemoteTimeoutException

      public RemoteTimeoutException(String message, long timeout, Throwable cause)
  • Method Details

    • getTimeout

      public long getTimeout()