org.apache.ftpserver
Class FtpServerConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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.