Package 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
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 Summary
ConstructorsConstructorDescriptionConstructs an OperationTimeoutException with a default detailed message. -
Method Summary
Modifier and TypeMethodDescriptionoverride fillInStackTrace() and do nothingMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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
-
fillInStackTrace
override fillInStackTrace() and do nothing- Overrides:
fillInStackTracein classThrowable
-