com.funambol.syncml.spds
Class SyncException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.funambol.util.CodedException
                  extended by com.funambol.syncml.spds.SyncException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthenticationException

public class SyncException
extends com.funambol.util.CodedException

This exception represents the base exception for synchronization related error conditions.

See Also:
Serialized Form

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

SyncException

public SyncException(int code,
                     java.lang.String msg)
Constructs an instance of SyncException with the specified detail message.

Parameters:
code - the error code.
msg - the detail message.


Copyright © 2006 Funambol.