public class ConfigurationException extends Exception
Configurable component cannot be configured
properly, or if a value cannot be retrieved properly.| Constructor and Description |
|---|
ConfigurationException(String message)
Construct a new
ConfigurationException instance. |
ConfigurationException(String message,
Throwable throwable)
Construct a new
ConfigurationException instance. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigurationException(String message)
ConfigurationException instance.message - The detail message for this exception.Copyright © 2004-2020 EPICS. All Rights Reserved.