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.

Since:
5.2
Version:
1.0
Author:
moran
See Also:
  • Constructor Details

    • 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.
  • Method Details