Class OTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.orientechnologies.common.exception.OException
com.orientechnologies.common.exception.OSystemException
com.orientechnologies.common.concur.OTimeoutException
- All Implemented Interfaces:
Serializable
Timeout exception. The acquiring of a shared resource caused a timeout.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOTimeoutException(OTimeoutException exception) OTimeoutException(String message) -
Method Summary
Methods inherited from class com.orientechnologies.common.exception.OException
wrapExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OTimeoutException
-
OTimeoutException
-