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

public abstract class OException extends RuntimeException
See Also:
  • Constructor Details

    • OException

      public OException(String message)
    • OException

      public OException(OException exception)
      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