Package net.toddm.comm
Class ConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.toddm.comm.ConfigurationException
-
- All Implemented Interfaces:
Serializable
public class ConfigurationException extends RuntimeException
An exception type thrown by configuration providers.- Author:
- Todd S. Murchison
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationException()SeeRuntimeException().ConfigurationException(String msg)ConfigurationException(String msg, Throwable e)ConfigurationException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConfigurationException
public ConfigurationException()
SeeRuntimeException().
-
ConfigurationException
public ConfigurationException(String msg)
-
ConfigurationException
public ConfigurationException(Throwable e)
-
-