org.neociclo.odetteftp.protocol
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.neociclo.odetteftp.OdetteFtpException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
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)
getFailure
public int getFailure()
ACCORD