issrg.utils.handler
Class ConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by issrg.utils.handler.ConfigException
All Implemented Interfaces:
java.io.Serializable

public class ConfigException
extends java.lang.Exception

Author:
ls97
See Also:
Serialized Form

Constructor Summary
ConfigException()
          Creates a new instance of ConfigException
ConfigException(java.lang.String message)
           
ConfigException(java.lang.String message, java.lang.Throwable cause)
           
ConfigException(java.lang.Throwable cause)
           
 
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

ConfigException

public ConfigException()
Creates a new instance of ConfigException


ConfigException

public ConfigException(java.lang.String message)

ConfigException

public ConfigException(java.lang.String message,
                       java.lang.Throwable cause)
Parameters:
message -
cause -

ConfigException

public ConfigException(java.lang.Throwable cause)
Parameters:
cause -