public abstract class OCoreException extends OException
Constructor and Description |
---|
OCoreException(OCoreException exception) |
OCoreException(OCoreException exception,
OErrorCode errorCode) |
OCoreException(String message) |
OCoreException(String message,
String componentName) |
OCoreException(String message,
String componentName,
OErrorCode errorCode) |
Modifier and Type | Method and Description |
---|---|
String |
getComponentName() |
String |
getDbName() |
OErrorCode |
getErrorCode() |
String |
getMessage() |
wrapException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OCoreException(OCoreException exception)
public OCoreException(OCoreException exception, OErrorCode errorCode)
public OCoreException(String message)
public OCoreException(String message, String componentName, OErrorCode errorCode)
public OErrorCode getErrorCode()
public String getDbName()
public String getComponentName()
public final String getMessage()
getMessage
in class Throwable
Copyright © 2009–2020 OrientDB. All rights reserved.