Uses of Class
com.funambol.util.CodedException

Packages that use CodedException
com.funambol.util   
 

Uses of CodedException in com.funambol.util
 

Subclasses of CodedException in com.funambol.util
 class ConnectionDeniedException
          Exception related to the connection denied event
 

Methods in com.funambol.util that throw CodedException
 byte[] HttpTransportAgent.sendMessage(byte[] request)
          Send the http request and read the response.
 java.lang.String HttpTransportAgent.sendMessage(java.lang.String request)
          Send a message using the default (UTF-8) charset.
 java.lang.String TransportAgent.sendMessage(java.lang.String request)
           
 java.lang.String HttpTransportAgent.sendMessage(java.lang.String request, java.lang.String charset)
          Send the http request specifying the required encoding charset for the http headers.
 java.lang.String TransportAgent.sendMessage(java.lang.String request, java.lang.String charset)
           
 



Copyright © 2001-2009 Funambol.