Uses of Class
com.orientechnologies.common.exception.OException
Packages that use OException
Package
Description
Contains the Storage interface and the basic implementations.
-
Uses of OException in com.orientechnologies.common.concur
Subclasses of OException 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.classCreated by tglman on 29/12/15.classTimeout exception. -
Uses of OException in com.orientechnologies.common.concur.lock
Subclasses of OException in com.orientechnologies.common.concur.lockModifier and TypeClassDescriptionclassclassclassException is thrown in case DB is locked for modifications but modification request ist trying to be acquired. -
Uses of OException in com.orientechnologies.common.exception
Subclasses of OException in com.orientechnologies.common.exceptionModifier and TypeClassDescriptionclassException is thrown if it is impossible to allocate new piece of direct memory from OSclassFields in com.orientechnologies.common.exception with type parameters of type OExceptionModifier and TypeFieldDescriptionprotected final Class<? extends OException>OErrorCode.exceptionClassMethods in com.orientechnologies.common.exception that return OExceptionModifier and TypeMethodDescriptionOErrorCode.newException(String message, Throwable parent) static OExceptionOException.wrapException(OException exception, Throwable cause) Methods in com.orientechnologies.common.exception with parameters of type OExceptionModifier and TypeMethodDescriptionstatic OExceptionOException.wrapException(OException exception, Throwable cause) Constructors in com.orientechnologies.common.exception with parameters of type OExceptionModifierConstructorDescriptionOException(OException exception) This constructor is needed to restore and reproduce exception on client side in case of remote storage exception handling. -
Uses of OException in com.orientechnologies.common.io
Subclasses of OException in com.orientechnologies.common.io -
Uses of OException in com.orientechnologies.common.thread
Subclasses of OException in com.orientechnologies.common.thread -
Uses of OException in com.orientechnologies.lucene.exception
Subclasses of OException in com.orientechnologies.lucene.exception -
Uses of OException in com.orientechnologies.orient.client
Subclasses of OException in com.orientechnologies.orient.client -
Uses of OException in com.orientechnologies.orient.client.remote
Methods in com.orientechnologies.orient.client.remote with parameters of type OException -
Uses of OException in com.orientechnologies.orient.core.command
Subclasses of OException in com.orientechnologies.orient.core.command -
Uses of OException in com.orientechnologies.orient.core.command.script
Subclasses of OException in com.orientechnologies.orient.core.command.script -
Uses of OException in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db with parameters of type OExceptionModifier and TypeMethodDescriptionvoidOLiveQueryResultListener.onError(ODatabaseDocument database, OException exception) -
Uses of OException in com.orientechnologies.orient.core.db.tool
Subclasses of OException in com.orientechnologies.orient.core.db.tool -
Uses of OException in com.orientechnologies.orient.core.exception
Subclasses of OException in com.orientechnologies.orient.core.exceptionModifier and TypeClassDescriptionclassclassclassclassclassclassclassException 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.classclassclassclassclassclassif index which is related to wrapped stream is being rebuilt.classclassclassStorage key is invalid.classCreated by tglman on 19/06/17.classclassclassclassException which is thrown to inform user that manual indexes are prohibited.classException 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 OException -
Uses of OException in com.orientechnologies.orient.core.index
Subclasses of OException in com.orientechnologies.orient.core.index -
Uses of OException in com.orientechnologies.orient.core.iterator
Subclasses of OException in com.orientechnologies.orient.core.iterator -
Uses of OException in com.orientechnologies.orient.core.metadata.function
Subclasses of OException in com.orientechnologies.orient.core.metadata.functionModifier and TypeClassDescriptionclassCreated by tglman on 11/02/16. -
Uses of OException in com.orientechnologies.orient.core.metadata.sequence
Subclasses of OException in com.orientechnologies.orient.core.metadata.sequence -
Uses of OException in com.orientechnologies.orient.core.security
Subclasses of OException in com.orientechnologies.orient.core.securityModifier and TypeClassDescriptionclassAn exception for invalid passwords.classOSecuritySystem Exception -
Uses of OException in com.orientechnologies.orient.core.sql
Subclasses of OException in com.orientechnologies.orient.core.sql -
Uses of OException in com.orientechnologies.orient.core.storage
Subclasses of OException in com.orientechnologies.orient.core.storage -
Uses of OException in com.orientechnologies.orient.core.storage.cluster
Subclasses of OException in com.orientechnologies.orient.core.storage.clusterModifier and TypeClassDescriptionclassException when any non idempotent operation is executed against the offline cluster -
Uses of OException in com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations
Subclasses of OException in com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperationsMethod parameters in com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations with type arguments of type OExceptionModifier and TypeMethodDescriptionlongOAtomicOperationsManager.freezeAtomicOperations(Class<? extends OException> exceptionClass, String message) -
Uses of OException in com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.operationsfreezer
Method parameters in com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.operationsfreezer with type arguments of type OExceptionModifier and TypeMethodDescriptionlongOperationsFreezer.freezeOperations(Class<? extends OException> exceptionClass, String message) -
Uses of OException in com.orientechnologies.orient.core.storage.impl.local.paginated.wal
-
Uses of OException in com.orientechnologies.orient.core.storage.index.sbtree.local.v1
-
Uses of OException in com.orientechnologies.orient.core.storage.index.sbtree.local.v2
-
Uses of OException in com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2
-
Uses of OException in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1
-
Uses of OException in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v3
-
Uses of OException in com.orientechnologies.orient.core.tx
Subclasses of OException in com.orientechnologies.orient.core.tx -
Uses of OException in com.orientechnologies.orient.enterprise.channel.binary
Subclasses of OException in com.orientechnologies.orient.enterprise.channel.binaryModifier and TypeClassDescriptionclassThe operation will be redirect to another server.classclassclassCreated by tglman on 10/11/15. -
Uses of OException in com.orientechnologies.orient.etl
Subclasses of OException in com.orientechnologies.orient.etl -
Uses of OException in com.orientechnologies.orient.server.distributed
Subclasses of OException in com.orientechnologies.orient.server.distributedModifier and TypeClassDescriptionclassException thrown during distributed operation between cluster nodes.classException thrown during distributed topology startup failure.classA non idempotent operation has been executed against a read only server (REPLICA). -
Uses of OException in com.orientechnologies.orient.server.distributed.exception
Subclasses of OException in com.orientechnologies.orient.server.distributed.exceptionModifier and TypeClassDescriptionclassclassclass -
Uses of OException in com.orientechnologies.orient.server.distributed.impl
Subclasses of OException in com.orientechnologies.orient.server.distributed.impl -
Uses of OException in com.orientechnologies.orient.server.distributed.task
Subclasses of OException in com.orientechnologies.orient.server.distributed.taskModifier and TypeClassDescriptionclassException thrown when a database is requested but it is older then the one owned by the requester.classException thrown when a delta backup is not possible.classclassException 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. -
Uses of OException in com.orientechnologies.orient.server.network.protocol.http
Subclasses of OException in com.orientechnologies.orient.server.network.protocol.http -
Uses of OException in com.orientechnologies.orient.server.security
Subclasses of OException in com.orientechnologies.orient.server.securityModifier and TypeClassDescriptionclassAn exception OSecurityAuthenticators can throw.