org.codegist.crest.config
Class ConfigFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codegist.crest.config.ConfigFactoryException
All Implemented Interfaces:
Serializable

public class ConfigFactoryException
extends Exception

Author:
Laurent Gilles (laurent.gilles@codegist.org)
See Also:
Serialized Form

Constructor Summary
ConfigFactoryException()
           
ConfigFactoryException(String message)
           
ConfigFactoryException(String message, Throwable cause)
           
ConfigFactoryException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigFactoryException

public ConfigFactoryException()

ConfigFactoryException

public ConfigFactoryException(String message)

ConfigFactoryException

public ConfigFactoryException(String message,
                              Throwable cause)

ConfigFactoryException

public ConfigFactoryException(Throwable cause)


Copyright © 2011. All Rights Reserved.