org.apache.ftpserver
Class FtpServerConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ftpserver.FtpServerConfigurationException
- All Implemented Interfaces:
- Serializable
public class FtpServerConfigurationException
- extends RuntimeException
Exception used during startup to indicate that the configuration is not
correct.
- Author:
- Apache MINA Project
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FtpServerConfigurationException
public FtpServerConfigurationException()
RuntimeException.RuntimeException()
FtpServerConfigurationException
public FtpServerConfigurationException(String message,
Throwable cause)
RuntimeException.RuntimeException(String, Throwable)
FtpServerConfigurationException
public FtpServerConfigurationException(String message)
RuntimeException.RuntimeException(String)
FtpServerConfigurationException
public FtpServerConfigurationException(Throwable cause)
RuntimeException.RuntimeException(Throwable)
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.