public class FtpException extends Exception
| Constructor and Description |
|---|
FtpException()
Default constructor.
|
FtpException(String msg)
Constructs a
FtpException object with a message. |
FtpException(String msg,
Throwable th)
Constructs a
BaseException object with a
Throwable cause. |
FtpException(Throwable th)
Constructs a
FtpException object with a
Throwable cause. |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getRootCause()
Deprecated.
Use
Throwable.getCause() instead |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FtpException()
public FtpException(String msg)
FtpException object with a message.msg - a description of the exceptionpublic FtpException(Throwable th)
FtpException object with a
Throwable cause.th - the original cause@Deprecated public Throwable getRootCause()
Throwable.getCause() insteadCopyright © 2003–2017 The Apache Software Foundation. All rights reserved.