public class ObjectAlreadyExistsException extends java.lang.Exception implements ReturnCodeException
Modifier and Type | Field and Description |
---|---|
static int |
OBJECT_ALREADY_EXISTS
The return code indicating that the
object already exists.
|
Modifier and Type | Method and Description |
---|---|
int |
getReturnCode()
Returns the return code associated with this exception.
|
public static final int OBJECT_ALREADY_EXISTS
public int getReturnCode()
getReturnCode
in interface ReturnCodeException