com.xfactorstudio.ahawasi.exceptions
Class ConfigurationFileNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.io.FileNotFoundException
                          |
                          +--com.xfactorstudio.ahawasi.exceptions.ConfigurationFileNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationFileNotFoundException
extends java.io.FileNotFoundException

ConfigurationFileNotFoundException - is there any thing more to explain?

See Also:
Serialized Form

Constructor Summary
ConfigurationFileNotFoundException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationFileNotFoundException

public ConfigurationFileNotFoundException(java.lang.String message)