GigaSpaces XAP 9.5 API

org.openspaces.remoting
Class RemoteTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.remoting.RemoteAccessException
                      extended by org.openspaces.remoting.RemoteTimeoutException
All Implemented Interfaces:
Serializable

public class RemoteTimeoutException
extends RemoteAccessException

A Space remoting exception caused by a timeout waiting for a result.

Author:
kimchy
See Also:
Serialized Form

Constructor Summary
RemoteTimeoutException(String message, long timeout)
           
RemoteTimeoutException(String message, long timeout, Throwable cause)
           
 
Method Summary
 long getTimeout()
           
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteTimeoutException

public RemoteTimeoutException(String message,
                              long timeout)

RemoteTimeoutException

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

getTimeout

public long getTimeout()

GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.