org.scohen.juploadr.uploadapi
Class ProtocolException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.scohen.juploadr.uploadapi.ProtocolException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthException, UploadFailedException

public class ProtocolException
extends java.lang.Exception

See Also:
Serialized Form

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

ProtocolException

public ProtocolException()

ProtocolException

public ProtocolException(java.lang.String arg0,
                         java.lang.Throwable arg1)

ProtocolException

public ProtocolException(java.lang.String arg0)

ProtocolException

public ProtocolException(java.lang.Throwable arg0)