|
||||||||||
| 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(java.lang.String msg)
Constructs a DataConnectionException object with a message. |
|
DataConnectionException(java.lang.String msg,
java.lang.Throwable th)
Constructs a DataConnectionException object with a
Throwable cause. |
|
DataConnectionException(java.lang.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(java.lang.String msg)
DataConnectionException object with a message.
msg - a description of the exceptionpublic DataConnectionException(java.lang.Throwable th)
DataConnectionException object with a
Throwable cause.
th - the original cause
public DataConnectionException(java.lang.String msg,
java.lang.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 | |||||||||