public class NodeRPCException
extends java.io.IOException
| Modifier and Type | Field and Description |
|---|---|
static int |
ALREADY_EXISTS |
static int |
BAD_REQUEST |
static int |
FORBIDDEN |
static int |
IC_BACKUP_IS_IN_PROCESSING |
static int |
IC_INVALID_PARAMETER |
static int |
INSUFFICIENT_STORAGE |
static int |
NOT_FOUND |
static int |
UNAUTHORIZED |
| Constructor and Description |
|---|
NodeRPCException(int code,
int internalCode,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
int |
getInternalCode() |
public static final int BAD_REQUEST
public static final int UNAUTHORIZED
public static final int FORBIDDEN
public static final int NOT_FOUND
public static final int ALREADY_EXISTS
public static final int INSUFFICIENT_STORAGE
public static final int IC_INVALID_PARAMETER
public static final int IC_BACKUP_IS_IN_PROCESSING