Package org.openspaces.remoting
Class RemoteTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openspaces.remoting.RemoteTimeoutException
- All Implemented Interfaces:
Serializable
A Space remoting exception caused by a timeout waiting for a result.
- Author:
- kimchy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteTimeoutException(String message, long timeout) RemoteTimeoutException(String message, long timeout, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RemoteTimeoutException
-
RemoteTimeoutException
-
-
Method Details
-
getTimeout
public long getTimeout()
-