net.pacbell.jfai.toh.domain
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.pacbell.jfai.toh.domain.AbstractException
net.pacbell.jfai.toh.domain.ConfigurationException
- All Implemented Interfaces:
- Serializable
public class ConfigurationException
- extends AbstractException
An instance of this class is thrown if an invalid configuration is detected.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConfigurationException
public ConfigurationException()
- Creates an instance with a default message.
ConfigurationException
public ConfigurationException(String message)
- Creates an instance with the argument message.
- Parameters:
message - Describes the context of this exception.