Class OTracedExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.orientechnologies.common.exception.OException
com.orientechnologies.common.thread.OTracedExecutionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOTracedExecutionException(String message) OTracedExecutionException(String message, Exception cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic OTracedExecutionExceptionprepareTrace(Object task) static OTracedExecutionExceptiontrace(OTracedExecutionException trace, Exception e, Object task) 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
-
OTracedExecutionException
-
OTracedExecutionException
-
-
Method Details
-
prepareTrace
-
trace
public static OTracedExecutionException trace(OTracedExecutionException trace, Exception e, Object task) throws OTracedExecutionException - Throws:
OTracedExecutionException
-