public class ObjectDoesNotExistException extends java.lang.Exception implements ReturnCodeException
Modifier and Type | Field and 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 and Description |
---|---|
int |
getReturnCode()
Returns the return code associated with this exception.
|
public static final int LIBRARY_DOES_NOT_EXIST
public static final int OBJECT_DOES_NOT_EXIST
public int getReturnCode()
getReturnCode
in interface ReturnCodeException