public class ECHOException
extends java.lang.Exception
修飾子とタイプ | フィールドと説明 |
---|---|
static int |
ACCESSTOKEN_INCORRECTED_OR_EXPIRED |
static int |
APPID_NOT_SPECIFIED |
static int |
APPKEY_NOT_SPECIFIED |
static int |
AUTHENTICATION_ERROR |
static int |
CONTAINED_NON_NUMERIC_CHARACTER |
static int |
CONTAINED_RESTRICTED_CHARACTER |
static int |
EXCEED_ACCEPTABLE_RANGE |
static int |
INVALID_API_APPLICATION |
static int |
INVALID_DATE_STRING_FORMAT |
static int |
INVALID_EMAIL_FORMAT |
static int |
INVALID_FIELD_REFID |
static int |
INVALID_JSON_FORMAT |
static int |
INVALID_PHONE_NUMBER_FORMAT |
static int |
INVALID_PREF_FORMAT |
static int |
INVALID_VALUE |
static int |
INVALID_ZIPCODE_FORMAT |
static int |
METHOD_NOT_ALLOWED |
static int |
NON_UNIQUE |
static int |
NOT_A_PERCENTAGE |
static int |
NOT_SET |
static int |
NOTFOUND_OR_FORBIDDEN |
static int |
OPERATION_NOT_PERMITTED |
static int |
READ_ONLY |
static int |
REFERENCE_LOOPED |
static int |
REFERENCE_NOT_EXIST |
static int |
RESOURCE_NOT_FOUND |
static int |
TOO_LONG |
static int |
TOO_SHORT |
static int |
UNSUPPORTED_MEDIA_TYPE |
static int |
VALIDATION_ERRORS_OCCURRED |
コンストラクタと説明 |
---|
ECHOException(int code,
java.lang.String message)
Constructs a new ECHOException with a particular error code.
|
ECHOException(int code,
java.lang.String message,
JSONObject details)
Constructs a new ECHOException with detailed information
|
ECHOException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new ECHOException with an external cause
|
ECHOException(java.lang.Throwable cause)
Constructs a new ECHOException with an external cause
|
修飾子とタイプ | メソッドと説明 |
---|---|
int |
getCode()
Gets an error code.
|
java.util.Map<java.lang.String,ECHOException> |
getDetails()
Gets detail information.
|
public static int APPID_NOT_SPECIFIED
public static int APPKEY_NOT_SPECIFIED
public static int INVALID_API_APPLICATION
public static int RESOURCE_NOT_FOUND
public static int NOTFOUND_OR_FORBIDDEN
public static int METHOD_NOT_ALLOWED
public static int UNSUPPORTED_MEDIA_TYPE
public static int INVALID_JSON_FORMAT
public static int OPERATION_NOT_PERMITTED
public static int AUTHENTICATION_ERROR
public static int ACCESSTOKEN_INCORRECTED_OR_EXPIRED
public static int READ_ONLY
public static int VALIDATION_ERRORS_OCCURRED
public static int NOT_SET
public static int CONTAINED_RESTRICTED_CHARACTER
public static int TOO_LONG
public static int TOO_SHORT
public static int NON_UNIQUE
public static int CONTAINED_NON_NUMERIC_CHARACTER
public static int EXCEED_ACCEPTABLE_RANGE
public static int NOT_A_PERCENTAGE
public static int INVALID_EMAIL_FORMAT
public static int REFERENCE_LOOPED
public static int INVALID_PHONE_NUMBER_FORMAT
public static int INVALID_DATE_STRING_FORMAT
public static int INVALID_ZIPCODE_FORMAT
public static int REFERENCE_NOT_EXIST
public static int INVALID_PREF_FORMAT
public static int INVALID_VALUE
public static int INVALID_FIELD_REFID
public ECHOException(int code, java.lang.String message)
public ECHOException(int code, java.lang.String message, JSONObject details)
public ECHOException(java.lang.String message, java.lang.Throwable cause)
public ECHOException(java.lang.Throwable cause)
public int getCode()
public java.util.Map<java.lang.String,ECHOException> getDetails()