public class ErrorConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ALREADY_EXISTS_CODE |
static int |
ILLEGAL_ARGUMENTS_CODE |
static int |
INTERNAL_ERROR_CODE |
static int |
NON_EMPTY_CODE |
static int |
NOT_FOUND_CODE |
static int |
REST_ERROR_CODE |
static int |
UNKNOWN_ERROR_CODE |
Constructor and Description |
---|
ErrorConstants() |
public static final int REST_ERROR_CODE
public static final int ILLEGAL_ARGUMENTS_CODE
public static final int INTERNAL_ERROR_CODE
public static final int NOT_FOUND_CODE
public static final int ALREADY_EXISTS_CODE
public static final int NON_EMPTY_CODE
public static final int UNKNOWN_ERROR_CODE