org.neociclo.odetteftp.protocol
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.neociclo.odetteftp.OdetteFtpException
              extended by org.neociclo.odetteftp.protocol.AuthenticationException
All Implemented Interfaces:
Serializable

public class AuthenticationException
extends OdetteFtpException

Since:
OdetteJ API 1.0
Version:
$Rev: 122 $ $Date: 2009-07-22 08:20:41 -0300 (Wed, 22 Jul 2009) $
Author:
Rafael Marins
See Also:
Serialized Form

Field Summary
static int INVALID_PASSWORD
           
static int UNKNOWN_USER_CODE
           
static int UNSPECIFIED
           
 
Constructor Summary
AuthenticationException(int failureCode)
           
AuthenticationException(int failureCode, String message)
           
AuthenticationException(int failureCode, String message, Throwable cause)
           
AuthenticationException(int failureCode, Throwable cause)
           
 
Method Summary
 int getFailure()
           
 
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
 

Field Detail

INVALID_PASSWORD

public static final int INVALID_PASSWORD
See Also:
Constant Field Values

UNKNOWN_USER_CODE

public static final int UNKNOWN_USER_CODE
See Also:
Constant Field Values

UNSPECIFIED

public static final int UNSPECIFIED
See Also:
Constant Field Values
Constructor Detail

AuthenticationException

public AuthenticationException(int failureCode)

AuthenticationException

public AuthenticationException(int failureCode,
                               String message)

AuthenticationException

public AuthenticationException(int failureCode,
                               String message,
                               Throwable cause)

AuthenticationException

public AuthenticationException(int failureCode,
                               Throwable cause)
Method Detail

getFailure

public int getFailure()


ACCORD