com.funambol.syncml.spds
Class WriteRequestException

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
                      extended by com.funambol.syncml.spds.WriteRequestException
All Implemented Interfaces:
java.io.Serializable

public class WriteRequestException
extends SyncException

Manages the Transport agent write errors when sync'ing

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.funambol.syncml.spds.SyncException
ACCESS_ERROR, AUTH_ERROR, BACKEND_AUTH_ERROR, BACKEND_ERROR, CLIENT_ERROR, CONN_NOT_FOUND, CONNECTION_BLOCKED_BY_USER, DATA_NULL, FORBIDDEN_ERROR, ILLEGAL_ARGUMENT, NOT_FOUND_URI_ERROR, READ_SERVER_RESPONSE_ERROR, SERVER_BUSY, SERVER_CONNECTION_REQUEST_ERROR, SERVER_ERROR, WRITE_SERVER_REQUEST_ERROR
 
Fields inherited from class com.funambol.util.CodedException
CONCURRENCE_ERROR, LIMIT_ERROR, MEMORY_ERROR, STORAGE_ERROR
 
Constructor Summary
WriteRequestException(int code, java.lang.String msg)
          Create a new instance of this class
 
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

WriteRequestException

public WriteRequestException(int code,
                             java.lang.String msg)
Create a new instance of this class

Parameters:
code - the superclass defined code
msg - the exception message


Copyright © 2006 Funambol.