|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.netxms.api.client.NetXMSClientException
org.netxms.client.NXCException
public class NXCException
NetXMS client library exception. Used to report API call errors.
Field Summary |
---|
Fields inherited from class org.netxms.api.client.NetXMSClientException |
---|
additionalInfo, errorCode |
Constructor Summary | |
---|---|
NXCException(int errorCode)
|
|
NXCException(int errorCode,
java.lang.String additionalInfo)
|
Method Summary | |
---|---|
protected java.lang.String |
getErrorMessage(int code,
java.lang.String lang)
|
Methods inherited from class org.netxms.api.client.NetXMSClientException |
---|
getErrorCode, getLocalizedMessage, getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NXCException(int errorCode)
errorCode
- public NXCException(int errorCode, java.lang.String additionalInfo)
errorCode
- additionalInfo
- Method Detail |
---|
protected java.lang.String getErrorMessage(int code, java.lang.String lang)
getErrorMessage
in class NetXMSClientException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |