Uses of Class
se.datadosen.util.httpClient.ModuleException

Packages that use ModuleException
se.datadosen.jalbum   
se.datadosen.util.httpClient   
 

Uses of ModuleException in se.datadosen.jalbum
 

Methods in se.datadosen.jalbum that throw ModuleException
 java.lang.String Notifier.albumAdded(AccountProfile account, java.lang.String albumUrl)
           
 java.lang.String Notifier.albumDeleted(AccountProfile account, java.lang.String oldUrl)
           
 java.lang.String Notifier.albumMoved(AccountProfile account, java.lang.String oldUrl, java.lang.String newUrl)
           
 

Uses of ModuleException in se.datadosen.util.httpClient
 

Methods in se.datadosen.util.httpClient that throw ModuleException
 HttpResponse HttpConnection.Post(java.util.List<Part> parts)
           
 HttpResponse HttpConnection.Post(java.util.Map data)
           
 HttpResponse HttpConnection.Post(java.util.Map data, java.util.Map headers)
           
 HttpResponse HttpConnection.Post(java.lang.String contentType, java.lang.String data, java.util.Map headers)
           
static HttpResponse Http.readResponse(java.io.InputStream input)