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