org.scohen.juploadr.uploadapi
Class CommunicationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.scohen.juploadr.uploadapi.CommunicationException
All Implemented Interfaces:
java.io.Serializable

public class CommunicationException
extends java.lang.Exception

Thrown when there is a problem with the communication with Flickr This means that there was no contact with Flickr or the responses could not be properly interpreted.

See Also:
Serialized Form

Constructor Summary
CommunicationException()
           
CommunicationException(java.lang.String arg0)
           
CommunicationException(java.lang.String arg0, java.lang.Throwable arg1)
           
CommunicationException(java.lang.Throwable arg0)
           
 
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

CommunicationException

public CommunicationException()

CommunicationException

public CommunicationException(java.lang.String arg0)
Parameters:
arg0 -

CommunicationException

public CommunicationException(java.lang.String arg0,
                              java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

CommunicationException

public CommunicationException(java.lang.Throwable arg0)
Parameters:
arg0 -