|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.ftpserver.ftplet.FtpException
org.apache.ftpserver.DataConnectionException
public class DataConnectionException
Thrown if a data connection can not be established
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class org.apache.ftpserver.ftplet.FtpException |
---|
getRootCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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 causepublic DataConnectionException(String msg, Throwable th)
DataConnectionException
object with a
Throwable
cause.
msg
- a description of the exceptionth
- the original cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |