|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--i3mclient.communication.I3MServerException
Communication use this to communicate RemoteException from server.
Field Summary | |
static int |
DAILYCOMICWSERROR
error of dailycomic webservice |
static int |
DISCUSSIONGENERALFAULT
other discussion error |
static int |
DISCUSSIONIDFALSE
discussion id incorrect |
static int |
DISCUSSIONMEMBERFALSE
discussion member incorrect |
static String |
ERRORCODEPOSTFIX
errorcode postfix |
static String |
ERRORCODEPREFIX
errorcode prefix |
static int |
FALSESEARCHDATA
not enough search informations |
static int |
LOGINDATAFALSE
userID or password wrong |
static int |
TRANSLATIONWSERROR
error of translation webservice |
static int |
UNHANDLEDEXCEPTION
should not happen |
static int |
USERDATAFALSE
userdata incorrect |
static int |
USERISNOTINDATABASE
user not exist |
static int |
USERISNOTLOGGEDIN
if user is not logged in |
static int |
USERISOFFLINE
user offline |
static int |
USERSTATUSFALSE
userstatus incorrect |
Constructor Summary | |
I3MServerException(String message,
int errorCodeSet)
Constructor. |
Method Summary | |
int |
getErrorCode()
Returns the error code of the exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int USERISNOTLOGGEDIN
public static final int LOGINDATAFALSE
public static final int USERISNOTINDATABASE
public static final int USERISOFFLINE
public static final int FALSESEARCHDATA
public static final int USERDATAFALSE
public static final int USERSTATUSFALSE
public static final int DISCUSSIONMEMBERFALSE
public static final int DISCUSSIONIDFALSE
public static final int DISCUSSIONGENERALFAULT
public static final int DAILYCOMICWSERROR
public static final int TRANSLATIONWSERROR
public static final int UNHANDLEDEXCEPTION
public static final String ERRORCODEPREFIX
public static final String ERRORCODEPOSTFIX
Constructor Detail |
public I3MServerException(String message, int errorCodeSet)
message
- The error text of the exceptionerrorCodeSet
- The error code of the exceptionMethod Detail |
public int getErrorCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |