|
|||||||||||
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.opengroupware.jogi.ogo.OgoException
This exception is thrown whenever the remote Server detects an error. The reason for this error is mapped from an XmlRpcException which is thrown by the underlying library. This means that usually something has gone wrong with the data sent by the client.
Constructor Summary | |
OgoException(java.lang.String message)
|
|
OgoException(java.lang.String message,
int code)
|
Method Summary | |
int |
code()
|
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public OgoException(java.lang.String message)
public OgoException(java.lang.String message, int code)
Method Detail |
public int code()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |