public class AuthenticationFailedException extends FtpException
| Constructor and Description |
|---|
AuthenticationFailedException()
Default constructor.
|
AuthenticationFailedException(String msg)
Constructs a
AuthenticationFailedException object with a
message. |
AuthenticationFailedException(String msg,
Throwable th)
Constructs a
AuthenticationFailedException object with a
Throwable cause. |
AuthenticationFailedException(Throwable th)
Constructs a
AuthenticationFailedException object with a
Throwable cause. |
getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthenticationFailedException()
public AuthenticationFailedException(String msg)
AuthenticationFailedException object with a
message.msg - A description of the exceptionpublic AuthenticationFailedException(Throwable th)
AuthenticationFailedException object with a
Throwable cause.th - The original causeCopyright © 2003–2017 The Apache Software Foundation. All rights reserved.