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