org.scohen.juploadr.uploadapi
Class AuthException

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

public class AuthException
extends ProtocolException

Author:
scohen This exception is thrown when the user failed to login
See Also:
Serialized Form

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

AuthException

public AuthException(java.lang.String message,
                     java.lang.Exception cause)

AuthException

public AuthException()

AuthException

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

AuthException

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

AuthException

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