Modifier and Type | Class and Description |
---|---|
class |
ONeedRetryException
Abstract base exception to extend for all the exception that report to the user it has been
thrown but re-executing it could succeed.
|
class |
OOfflineNodeException
Created by tglman on 29/12/15.
|
class |
OTimeoutException
Timeout exception.
|
Modifier and Type | Class and Description |
---|---|
class |
OInterruptedException |
class |
OLockException |
class |
OModificationOperationProhibitedException
Exception is thrown in case DB is locked for modifications but modification request ist trying to
be acquired.
|
Modifier and Type | Class and Description |
---|---|
class |
ODirectMemoryAllocationFailedException
Exception is thrown if it is impossible to allocate new piece of direct memory from OS
|
class |
OSystemException |
Modifier and Type | Field and Description |
---|---|
protected Class<? extends OException> |
OErrorCode.exceptionClass |
Modifier and Type | Method and Description |
---|---|
OException |
OErrorCode.newException(String message,
Throwable parent) |
static OException |
OException.wrapException(OException exception,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static OException |
OException.wrapException(OException exception,
Throwable cause) |
Constructor and Description |
---|
OException(OException exception)
This constructor is needed to restore and reproduce exception on client side in case of remote
storage exception handling.
|
Modifier and Type | Class and Description |
---|---|
class |
OIOException |
Modifier and Type | Class and Description |
---|---|
class |
OLuceneIndexException |
Modifier and Type | Class and Description |
---|---|
class |
ONotSendRequestException |
Modifier and Type | Method and Description |
---|---|
void |
OLiveQueryClientListener.onError(OException e) |
Modifier and Type | Class and Description |
---|---|
class |
OCommandExecutorNotFoundException |
Modifier and Type | Class and Description |
---|---|
class |
OCommandScriptException |
Modifier and Type | Method and Description |
---|---|
void |
OLiveQueryResultListener.onError(ODatabaseDocument database,
OException exception) |
Modifier and Type | Class and Description |
---|---|
class |
ODatabaseImportException |
Modifier and Type | Class and Description |
---|---|
class |
NotEmptyComponentCanNotBeRemovedException
Exception is thrown to inform that non-empty component can not be removed.
|
class |
OAccessToSBtreeCollectionManagerIsProhibitedException
This exception is thrown if access to the manager of tree-based RidBags will be prohibited.
|
class |
OAcquireTimeoutException |
class |
OAllCacheEntriesAreUsedException |
class |
OBackupInProgressException |
class |
OClusterPositionMapException |
class |
OCommandExecutionException |
class |
OCommandInterruptedException
Exception thrown in case the execution of the command has been interrupted.
|
class |
OConcurrentCreateException
Exception thrown when a create operation get a non expected RID.
|
class |
OConcurrentModificationException
Exception thrown when MVCC is enabled and a record cannot be updated or deleted because versions
don't match.
|
class |
OConfigurationException |
class |
OCoreException |
class |
ODatabaseException |
class |
ODurableComponentException |
class |
OFastConcurrentModificationException
Exception thrown when MVCC is enabled and a record cannot be updated or deleted because versions
don't match.
|
class |
OFetchException |
class |
OIndexIsRebuildingException
if index which is related to wrapped stream is being rebuilt.
|
class |
OInvalidDatabaseNameException |
class |
OInvalidStorageEncryptionKeyException
Storage key is invalid.
|
class |
OJVMErrorException
This exception is thrown if storage is switched to read-only mode because OrientDB observed
Error during data processing. |
class |
OLiveQueryInterruptedException
Created by tglman on 19/06/17.
|
class |
OLocalHashTableV2Exception |
class |
OLocalHashTableV3Exception |
class |
OLowDiskSpaceException |
class |
OManualIndexesAreProhibited
Exception which is thrown to inform user that manual indexes are prohibited.
|
class |
OPageIsBrokenException
Exception which is thrown by storage when it detects that some pages of files are broken and it
switches to "read only" mode.
|
class |
OPaginatedClusterException |
class |
OQueryParsingException |
class |
ORecordNotFoundException |
class |
ORetryQueryException
Exception which is thrown by core components to ask command handler to rebuild and run executed
command again.
|
class |
OSBTreeBonsaiLocalException |
class |
OSchemaException |
class |
OSchemaNotCreatedException |
class |
OSecurityAccessException |
class |
OSecurityException
Generic Security exception.
|
class |
OSequenceException |
class |
OSerializationException |
class |
OStorageException |
class |
OStorageExistsException |
class |
OTooBigIndexKeyException
This exception is thrown when key size exceeds allowed limits
|
class |
OTransactionBlockedException |
class |
OTransactionException |
class |
OValidationException |
class |
OWriteCacheException |
Constructor and Description |
---|
OAcquireTimeoutException(OException exception) |
Modifier and Type | Class and Description |
---|---|
class |
OIndexEngineException |
class |
OIndexException |
Modifier and Type | Class and Description |
---|---|
class |
OIterationException |
Modifier and Type | Class and Description |
---|---|
class |
OFunctionDuplicatedException
Created by tglman on 11/02/16.
|
Modifier and Type | Class and Description |
---|---|
class |
OSequenceLimitReachedException |
Modifier and Type | Class and Description |
---|---|
class |
OInvalidPasswordException
An exception for invalid passwords.
|
class |
OSecuritySystemException
OSecuritySystem Exception
|
Modifier and Type | Class and Description |
---|---|
class |
OCommandSQLParsingException |
Modifier and Type | Method and Description |
---|---|
void |
OLocalLiveResultListener.onLiveResult(int iLiveToken,
ORecordOperation iOp) |
void |
OLiveResultListener.onLiveResult(int iLiveToken,
ORecordOperation iOp) |
Modifier and Type | Class and Description |
---|---|
class |
ORecordDuplicatedException |
Modifier and Type | Class and Description |
---|---|
class |
OOfflineClusterException
Exception when any non idempotent operation is executed against the offline cluster
|
Modifier and Type | Class and Description |
---|---|
class |
ONestedRollbackException |
Modifier and Type | Method and Description |
---|---|
long |
OAtomicOperationsManager.freezeAtomicOperations(Class<? extends OException> exceptionClass,
String message) |
Modifier and Type | Method and Description |
---|---|
long |
OperationsFreezer.freezeOperations(Class<? extends OException> exceptionClass,
String message) |
Modifier and Type | Class and Description |
---|---|
class |
OWALPageBrokenException |
Modifier and Type | Class and Description |
---|---|
class |
OSBTreeException |
Modifier and Type | Class and Description |
---|---|
class |
CellBTreeMultiValueException |
Modifier and Type | Class and Description |
---|---|
class |
OCellBTreeSingleValueV1Exception |
Modifier and Type | Class and Description |
---|---|
class |
CellBTreeSingleValueV3Exception |
Modifier and Type | Class and Description |
---|---|
class |
ORollbackException |
Modifier and Type | Class and Description |
---|---|
class |
ODistributedRedirectException
The operation will be redirect to another server.
|
class |
ONetworkProtocolException |
class |
OResponseProcessingException |
class |
OTokenSecurityException
Created by tglman on 10/11/15.
|
Modifier and Type | Class and Description |
---|---|
class |
OETLProcessHaltedException |
Modifier and Type | Class and Description |
---|---|
class |
ODistributedConfigurationChangedException
Cluster id was reassigned during the operation.
|
class |
ODistributedException
Exception thrown during distributed operation between cluster nodes.
|
class |
ODistributedStartupException
Exception thrown during distributed topology startup failure.
|
class |
OHotAlignmentNotPossibleException
Hot Aligment is not possible, if autoDeploy:true restore of entire database
|
class |
OWriteOperationNotPermittedException
A non idempotent operation has been executed against a read only server (REPLICA).
|
Modifier and Type | Class and Description |
---|---|
class |
OInvalidSequentialException |
Modifier and Type | Class and Description |
---|---|
class |
ODatabaseIsOldException
Exception thrown when a database is requested but it is older then the one owned by the
requester.
|
class |
ODistributedDatabaseDeltaSyncException
Exception thrown when a delta backup is not possible.
|
class |
ODistributedKeyLockedException |
class |
ODistributedLockException
Exception thrown when a distributed resource is locked.
|
class |
ODistributedOperationException
Exception thrown when a distributed operation doesn't reach the quorum.
|
class |
ODistributedRecordLockedException
Exception thrown when a record is locked by a running distributed transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
OLiveCommandResultListener.onLiveResult(int iToken,
ORecordOperation iOp) |
Modifier and Type | Class and Description |
---|---|
class |
OHttpRequestException |
Modifier and Type | Class and Description |
---|---|
class |
OSecurityAuthenticatorException
An exception OSecurityAuthenticators can throw.
|
Modifier and Type | Class and Description |
---|---|
class |
OrientGraphModificationException
Exception raised during not managed exceptions during update of graph.
|
Constructor and Description |
---|
OrientGraphModificationException(OException exception) |
Copyright © 2009–2020 OrientDB. All rights reserved.