Uses of Class
com.orientechnologies.orient.core.exception.OCoreException
Packages that use OCoreException
Package
Description
Contains the Storage interface and the basic implementations.
-
Uses of OCoreException in com.orientechnologies.common.concur
Subclasses of OCoreException in com.orientechnologies.common.concurModifier and TypeClassDescriptionclassAbstract base exception to extend for all the exception that report to the user it has been thrown but re-executing it could succeed. -
Uses of OCoreException in com.orientechnologies.common.concur.lock
Subclasses of OCoreException in com.orientechnologies.common.concur.lockModifier and TypeClassDescriptionclassException is thrown in case DB is locked for modifications but modification request ist trying to be acquired. -
Uses of OCoreException in com.orientechnologies.orient.core.command
Subclasses of OCoreException in com.orientechnologies.orient.core.command -
Uses of OCoreException in com.orientechnologies.orient.core.command.script
Subclasses of OCoreException in com.orientechnologies.orient.core.command.script -
Uses of OCoreException in com.orientechnologies.orient.core.exception
Subclasses of OCoreException in com.orientechnologies.orient.core.exceptionModifier and TypeClassDescriptionclassclassclassclassclassclassException thrown in case the execution of the command has been interrupted.classclassException thrown when a create operation get a non expected RID.classException thrown when MVCC is enabled and a record cannot be updated or deleted because versions don't match.classclassclassclassclassif index which is related to wrapped stream is being rebuilt.classclassStorage key is invalid.classCreated by tglman on 19/06/17.classclassclassclassException which is thrown by storage when it detects that some pages of files are broken and it switches to "read only" mode.classclassclassclassException which is thrown by core components to ask command handler to rebuild and run executed command again.classclassclassclassclassGeneric Security exception.classclassclassclassclassclassThis exception is thrown when key size exceeds allowed limitsclassclassclassclassclassConstructors in com.orientechnologies.orient.core.exception with parameters of type OCoreExceptionModifierConstructorDescriptionOCoreException(OCoreException exception) OCoreException(OCoreException exception, OErrorCode errorCode) OLiveQueryInterruptedException(OCoreException exception) OTooBigIndexKeyException(OCoreException exception) -
Uses of OCoreException in com.orientechnologies.orient.core.index
Subclasses of OCoreException in com.orientechnologies.orient.core.index -
Uses of OCoreException in com.orientechnologies.orient.core.security
Subclasses of OCoreException in com.orientechnologies.orient.core.securityModifier and TypeClassDescriptionclassAn exception for invalid passwords. -
Uses of OCoreException in com.orientechnologies.orient.core.sql
Subclasses of OCoreException in com.orientechnologies.orient.core.sql -
Uses of OCoreException in com.orientechnologies.orient.core.storage
Subclasses of OCoreException in com.orientechnologies.orient.core.storage -
Uses of OCoreException in com.orientechnologies.orient.core.storage.cluster
Subclasses of OCoreException in com.orientechnologies.orient.core.storage.clusterModifier and TypeClassDescriptionclassException when any non idempotent operation is executed against the offline cluster -
Uses of OCoreException in com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations
-
Uses of OCoreException in com.orientechnologies.orient.core.storage.index.sbtree.local.v1
-
Uses of OCoreException in com.orientechnologies.orient.core.storage.index.sbtree.local.v2
-
Uses of OCoreException in com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2
-
Uses of OCoreException in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1
-
Uses of OCoreException in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v3
-
Uses of OCoreException in com.orientechnologies.orient.core.tx
Subclasses of OCoreException in com.orientechnologies.orient.core.tx -
Uses of OCoreException in com.orientechnologies.orient.enterprise.channel.binary
Subclasses of OCoreException in com.orientechnologies.orient.enterprise.channel.binary -
Uses of OCoreException in com.orientechnologies.orient.server.distributed.impl
Subclasses of OCoreException in com.orientechnologies.orient.server.distributed.impl -
Uses of OCoreException in com.orientechnologies.orient.server.distributed.task
Subclasses of OCoreException in com.orientechnologies.orient.server.distributed.taskModifier and TypeClassDescriptionclassclassException thrown when a distributed resource is locked.classException thrown when a distributed operation doesn't reach the quorum.classException thrown when a record is locked by a running distributed transaction.