Class OCoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.orientechnologies.common.exception.OException
com.orientechnologies.orient.core.exception.OCoreException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OBackupInProgressException,OCommandExecutionException,OCommandScriptException,OCommandSQLParsingException,OCommitSerializationException,OConfigurationException,ODatabaseException,ODurableComponentException,OFetchException,OIndexEngineException,OIndexException,OLiveQueryInterruptedException,OModificationOperationProhibitedException,ONeedRetryException,OOfflineClusterException,ORecordDuplicatedException,ORecordNotFoundException,ORetryQueryException,OSchemaException,OSecurityException,OSequenceException,OSerializationException,OStorageException,OTooBigIndexKeyException,OTransactionException,OValidationException,OWriteCacheException
- Since:
- 9/28/2015
- Author:
- Andrey Lomakin (a.lomakin-at-orientdb.com) <lomakin.andrey@gmail.com>.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOCoreException(OCoreException exception) OCoreException(OCoreException exception, OErrorCode errorCode) OCoreException(String message) OCoreException(String message, String componentName) OCoreException(String message, String componentName, OErrorCode errorCode) -
Method Summary
Methods inherited from class com.orientechnologies.common.exception.OException
wrapExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OCoreException
-
OCoreException
-
OCoreException
-
OCoreException
-
OCoreException
-
-
Method Details
-
getErrorCode
-
getDbName
-
getComponentName
-
getMessage
- Overrides:
getMessagein classThrowable
-