ReturnCodeException, Serializablepublic class ObjectDoesNotExistException extends Exception implements ReturnCodeException
| Modifier and Type | Field | Description |
|---|---|---|
static int |
LIBRARY_DOES_NOT_EXIST |
The return code indicating that the library does not exist.
|
static int |
OBJECT_DOES_NOT_EXIST |
The return code indicating that the object does not exist.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getReturnCode() |
Returns the return code associated with this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int LIBRARY_DOES_NOT_EXIST
public static final int OBJECT_DOES_NOT_EXIST
public int getReturnCode()
getReturnCode in interface ReturnCodeExceptionCopyright © 2024. All rights reserved.