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. |
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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–2016 The Apache Software Foundation. All rights reserved.