org.scohen.juploadr.uploadapi
Class CommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
| 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 |
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 -