org.apache.ftpserver.util
Class PropertiesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.ftpserver.util.PropertiesException
All Implemented Interfaces:
Serializable

public class PropertiesException
extends Exception

See Also:
Serialized Form

Constructor Summary
PropertiesException()
           
PropertiesException(Exception ex)
           
PropertiesException(String msg)
           
 
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

PropertiesException

public PropertiesException()

PropertiesException

public PropertiesException(String msg)

PropertiesException

public PropertiesException(Exception ex)


Copyright © 2001-2012 Codehaus. All Rights Reserved.