com.funambol.syncclient.spds
Class UpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.funambol.syncclient.spds.SyncException
              extended by com.funambol.syncclient.spds.UpdateException
All Implemented Interfaces:
java.io.Serializable

public class UpdateException
extends SyncException

Represents a "update" error received from the server.

See Also:
Serialized Form

Constructor Summary
UpdateException(java.lang.String msg)
          Constructs an instance of UpdateException with the specified detail message.
 
Method Summary
 
Methods inherited from class com.funambol.syncclient.spds.SyncException
getCause, printStackTrace
 
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

UpdateException

public UpdateException(java.lang.String msg)
Constructs an instance of UpdateException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2003-2007 Funambol.