Class ConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.exoplatform.container.configuration.ConfigurationException
-
- All Implemented Interfaces:
Serializable
public class ConfigurationException extends Exception
Created by The eXo Platform SAS.- Version:
- $Id: ConfigurationException.java 5799 2006-05-28 17:55:42Z geaz $
- Author:
- Gennady Azarenkov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationException()ConfigurationException(String arg0)ConfigurationException(String arg0, Throwable arg1)ConfigurationException(Throwable arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-