org.apache.ftpserver
Class FtpServerConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.ftpserver.FtpServerConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class FtpServerConfigurationException
extends java.lang.RuntimeException

Exception used during startup to indicate that the configuration is not correct.

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

Constructor Summary
FtpServerConfigurationException()
          RuntimeException.RuntimeException()
FtpServerConfigurationException(java.lang.String message)
          RuntimeException.RuntimeException(String)
FtpServerConfigurationException(java.lang.String message, java.lang.Throwable cause)
          RuntimeException.RuntimeException(String, Throwable)
FtpServerConfigurationException(java.lang.Throwable cause)
          RuntimeException.RuntimeException(Throwable)
 
Method Summary
 
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

FtpServerConfigurationException

public FtpServerConfigurationException()
RuntimeException.RuntimeException()


FtpServerConfigurationException

public FtpServerConfigurationException(java.lang.String message,
                                       java.lang.Throwable cause)
RuntimeException.RuntimeException(String, Throwable)


FtpServerConfigurationException

public FtpServerConfigurationException(java.lang.String message)
RuntimeException.RuntimeException(String)


FtpServerConfigurationException

public FtpServerConfigurationException(java.lang.Throwable cause)
RuntimeException.RuntimeException(Throwable)



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