Class OException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.orientechnologies.common.exception.OException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OAcquireTimeoutException,OCoreException,ODatabaseImportException,ODistributedStartupException,OETLProcessHaltedException,OFunctionDuplicatedException,OInvalidDatabaseNameException,OLuceneIndexException,OManualIndexesAreProhibited,OSecurityAuthenticatorException,OSecuritySystemException,OSequenceLimitReachedException,OSystemException,OTracedExecutionException,OTransactionAlreadyPresentException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOException(OException exception) This constructor is needed to restore and reproduce exception on client side in case of remote storage exception handling.OException(String message) -
Method Summary
Modifier and TypeMethodDescriptionstatic OExceptionwrapException(OException exception, Throwable cause) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OException
-
OException
This constructor is needed to restore and reproduce exception on client side in case of remote storage exception handling. Please create "copy constructor" for each exception which has current one as a parent.
-
-
Method Details
-
wrapException
-