Package gov.aps.jca.configuration
Class ConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- gov.aps.jca.configuration.ConfigurationException
-
- All Implemented Interfaces:
Serializable
public class ConfigurationException extends Exception
Thrown when aConfigurablecomponent cannot be configured properly, or if a value cannot be retrieved properly.- Author:
- Federico Barbieri, Stefano Mazzocchi, Pierpaolo Fumagalli
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationException(String message)Construct a newConfigurationExceptioninstance.ConfigurationException(String message, Throwable throwable)Construct a newConfigurationExceptioninstance.
-
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(String message)
Construct a newConfigurationExceptioninstance.- Parameters:
message- The detail message for this exception.
-
-