com.j_spaces.core.client
Class OperationTimeoutException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
com.j_spaces.core.client.OperationTimeoutException
- All Implemented Interfaces: 
 - Serializable
 
public class OperationTimeoutException
- extends RuntimeException
 
OperationTimeoutException is thrown when a space operation
 timeouts after waiting for a transactional proper matching entry.
 
 Note: To preserve timeout semantics defined by JavaSpace API, this
 exception is thrown only if timeout expires and a space operation is
 performed with the UPDATE_OR_WRITE modifier.
- Since:
 
  - 5.2
 
- See Also:
 - Serialized Form
 
 
 
 
 
OperationTimeoutException
public OperationTimeoutException()
- Constructs an OperationTimeoutException with a default detailed message.
 The cause is not initialized, and may subsequently be initialized by a
 call to initCause.
 
fillInStackTrace
public Throwable fillInStackTrace()
- override fillInStackTrace() and do nothing
- Overrides:
 fillInStackTrace in class Throwable