|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IEssException interface.
Field Summary | |
static int |
ERROR_INVALID_SESSION_ID
Error: Invalid session id. |
static int |
ERROR_INVALID_USER_OR_PASSWORD
Error: Invalid user name or password. |
static int |
ERROR_NATIVE_FROM_OLAP_SERVER
Error: OLAP server native error. |
static int |
ERROR_NEW_PROP_VALUE_SAME_AS_OLD
Error: New value for a property cannot be same as the old. |
static int |
ERROR_OBJECT_ALREADY_EXISTS
Error: Object already exists. |
static int |
ERROR_OBJECT_IS_CLOSED
Error: Object is closed. |
static int |
ERROR_OBJECT_NOT_FOUND
Error: Object is not found. |
static int |
ERROR_UNCATEGORIZED
The error is not categorized yet. |
Method Summary | |
int |
getCode()
Gets the error code. |
java.lang.String |
getMessage()
Gets the error message. |
int |
getNativeCode()
Gets the native error code. |
java.lang.String |
getNativeMessage()
Gets the native error message. |
void |
setCode(int code)
Sets the error code. |
void |
setMessage(java.lang.String message)
Sets the error message. |
void |
setNativeCode(int code)
Sets the native error code. |
void |
setNativeMessage(java.lang.String message)
Sets the native error message. |
Field Detail |
public static final int ERROR_OBJECT_NOT_FOUND
public static final int ERROR_OBJECT_ALREADY_EXISTS
public static final int ERROR_OBJECT_IS_CLOSED
public static final int ERROR_NATIVE_FROM_OLAP_SERVER
public static final int ERROR_UNCATEGORIZED
public static final int ERROR_INVALID_SESSION_ID
public static final int ERROR_NEW_PROP_VALUE_SAME_AS_OLD
public static final int ERROR_INVALID_USER_OR_PASSWORD
Method Detail |
public int getCode()
public void setCode(int code)
code
- The error code.public java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- The error message.public int getNativeCode()
public void setNativeCode(int code)
code
- The native error code.public java.lang.String getNativeMessage()
public void setNativeMessage(java.lang.String message)
message
- The native error message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |