org.apache.ftpserver
Class DataConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.ftpserver.ftplet.FtpException
              extended by org.apache.ftpserver.DataConnectionException
All Implemented Interfaces:
java.io.Serializable

public class DataConnectionException
extends FtpException

Thrown if a data connection can not be established

Version:
$Rev$, $Date$
Author:
The Apache MINA Project (dev@mina.apache.org)
See Also:
Serialized Form

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, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataConnectionException

public DataConnectionException()
Default constructor.


DataConnectionException

public DataConnectionException(java.lang.String msg)
Constructs a DataConnectionException object with a message.

Parameters:
msg - a description of the exception

DataConnectionException

public DataConnectionException(java.lang.Throwable th)
Constructs a DataConnectionException object with a Throwable cause.

Parameters:
th - the original cause

DataConnectionException

public DataConnectionException(java.lang.String msg,
                               java.lang.Throwable th)
Constructs a DataConnectionException object with a Throwable cause.

Parameters:
msg - a description of the exception
th - the original cause


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.