public enum UstraDataResponseCode extends java.lang.Enum<UstraDataResponseCode> implements com.gsitm.ustra.java.core.exception.ResponseCode<java.lang.Object>
| Modifier and Type | Method and Description |
|---|---|
com.gsitm.ustra.java.core.exception.UstraException |
exception(java.lang.Object... messageArguments) |
com.gsitm.ustra.java.core.exception.UstraException |
exception(java.lang.String message,
java.lang.Throwable cause) |
com.gsitm.ustra.java.core.exception.UstraException |
exception(java.lang.Throwable cause) |
java.lang.String |
getCode() |
java.lang.String |
getMessage() |
static UstraDataResponseCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UstraDataResponseCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UstraDataResponseCode CANNOT_FOUND_RECORD
public static final UstraDataResponseCode CANNOT_SAVE_RECORD
public static final UstraDataResponseCode CANNOT_DELETE_RECORD
public static final UstraDataResponseCode ALREADY_HAS_RECORD
public static final UstraDataResponseCode NOT_SUPPORTTED_DATABASE_VENDOR
public static final UstraDataResponseCode DATA_ACCESS_ERROR
public static final UstraDataResponseCode NOT_SUPPORTED_PAGINATION_VENDOR
public static final UstraDataResponseCode INVALID_TABLE_MAPPING_INFO
public static final UstraDataResponseCode DUPLICATED_TABLE_MAPPING_INFO
public static final UstraDataResponseCode INVALID_STATEMENT_METHOD
public static final UstraDataResponseCode NOT_ALLOWED_INTERFACE
public static final UstraDataResponseCode CANNOT_FOUND_INTEFACE
public static final UstraDataResponseCode INVAILID_OUTBOUND_INTERFACE_PARAMETER
public static final UstraDataResponseCode INVAILID_FILE_GROUP_ID
public static final UstraDataResponseCode REQUIRED_FILE_GROUP_ID
public static final UstraDataResponseCode REQUIRED_FILE_ID
public static final UstraDataResponseCode REQUIRED_FILE_RESOURCES
public static final UstraDataResponseCode CANNOT_FOUND_METADATA_FILE
public static final UstraDataResponseCode REQUIRED_FILE_PATH
public static final UstraDataResponseCode CANNOT_FOUND_FILE
public static final UstraDataResponseCode COMPLETED_DELETE_FILE
public static final UstraDataResponseCode FAIL_DOWNLOAD_FILE
public static final UstraDataResponseCode FAIL_PREVIEW_CONVERT_FILE
public static final UstraDataResponseCode FAIL_TEXT_CONVERT_FILE
public static final UstraDataResponseCode FAIL_CONVERT_FILE
public static final UstraDataResponseCode CANNOT_WRITABLE_RSOURCE
public static final UstraDataResponseCode INVALID_RESOURCE_OBJECT
public static final UstraDataResponseCode FAIL_UPLOAD_FILE
public static final UstraDataResponseCode CANNOT_DOWNLOAD_RESOURCE_TYPE
public static final UstraDataResponseCode EXTERNAL_INTERFACE_ERROR
public static final UstraDataResponseCode OVERFLOW_UPLOAD_FILE_SIZE_LIMIT
public static final UstraDataResponseCode INVALID_DATA_ACCESS_STATEMENT
public static UstraDataResponseCode[] values()
for (UstraDataResponseCode c : UstraDataResponseCode.values()) System.out.println(c);
public static UstraDataResponseCode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getCode()
getCode in interface com.gsitm.ustra.java.core.exception.ResponseCode<java.lang.Object>public java.lang.String getMessage()
getMessage in interface com.gsitm.ustra.java.core.exception.ResponseCode<java.lang.Object>public com.gsitm.ustra.java.core.exception.UstraException exception(java.lang.Object... messageArguments)
exception in interface com.gsitm.ustra.java.core.exception.ResponseCode<java.lang.Object>public com.gsitm.ustra.java.core.exception.UstraException exception(java.lang.String message,
java.lang.Throwable cause)
public com.gsitm.ustra.java.core.exception.UstraException exception(java.lang.Throwable cause)
exception in interface com.gsitm.ustra.java.core.exception.ResponseCode<java.lang.Object>