sync4j.syncclient.spds
Class UpdateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bysync4j.syncclient.spds.SyncException
              extended bysync4j.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.
 
Methods inherited from class sync4j.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-2005 Sync4j.