|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.funambol.util.CodedException
com.funambol.syncml.spds.SyncException
public class SyncException
This exception represents the base exception for synchronization related error conditions.
Field Summary |
---|
Fields inherited from class com.funambol.util.CodedException |
---|
ACCESS_ERROR, AUTH_ERROR, CLIENT_ERROR, CONCURRENCE_ERROR, SERVER_ERROR, STORAGE_ERROR |
Constructor Summary | |
---|---|
SyncException(int code,
java.lang.String msg)
Constructs an instance of SyncException
with the specified detail message. |
Method Summary |
---|
Methods inherited from class com.funambol.util.CodedException |
---|
getCode |
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 SyncException(int code, java.lang.String msg)
SyncException
with the specified detail message.
code
- the error code.msg
- the detail message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |