public class ConfigurationException extends CheckedJaicoreMLException
ConfigurationException indicates an error during a configuration process. Details concerning the error can be inferred from the associated message.| Constructor and Description |
|---|
ConfigurationException(java.lang.String message)
Creates a new
ConfigurationException with the given parameters. |
ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
ConfigurationException with the given parameters. |
public ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
ConfigurationException with the given parameters.message - The message of this Exception.cause - The underlying cause of this Exception.public ConfigurationException(java.lang.String message)
ConfigurationException with the given parameters.message - The message of this Exception.