
public class ORecordContentNotFoundException extends OCoreException implements OHighLevelException
| Constructor and Description |
|---|
ORecordContentNotFoundException(Object context)
Constructs a new instance of this exception class for the provided context object.
|
ORecordContentNotFoundException(ORecordContentNotFoundException exception)
Constructs a new instance of this exception class from another instance of it.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
getComponentName, getDbName, getErrorCode, getMessagegetFirstCause, wrapExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ORecordContentNotFoundException(ORecordContentNotFoundException exception)
exception - the exception instance to construct the new one from.public ORecordContentNotFoundException(Object context)
context - the context object. Since the actual record maybe not known at this point, but there is still a need to provide
some context to distinguish this exception from the others.Copyright © 2009–2025 OrientDB. All rights reserved.