|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.funambol.syncclient.spds.SyncException
public class SyncException
This exception represents the base exception for synchronization engine related error conditions.
Constructor Summary | |
---|---|
SyncException()
Creates a new instance of SyncException without detail message. |
|
SyncException(java.lang.String msg)
Constructs an instance of SyncException with the specified detail message. |
|
SyncException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of SyncException with the specified detail message
and root cause. |
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
Retrieves the cause of this exception |
void |
printStackTrace()
Print exception and cause stack trace to the standard error stream |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, 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()
SyncException
without detail message.
public SyncException(java.lang.String msg)
SyncException
with the specified detail message.
msg
- the detail message.public SyncException(java.lang.String msg, java.lang.Throwable cause)
SyncException
with the specified detail message
and root cause.
msg
- the detail message.cause
- the root causeMethod Detail |
---|
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |