public class ConfigurationException extends RuntimeException
Thrown when the implementation get wrongly configured and cannot work properly anymore.
In case of simple validation of configuration, ConfigurationValidationException should be thrown instead.
In the case of behavioral or functional problem during parsing not tied directly to configuration, the
ParsingException should be thrown instead.
| Constructor and Description |
|---|
ConfigurationException() |
ConfigurationException(String message) |
ConfigurationException(String message,
Throwable cause) |
ConfigurationException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2017 JBoss by Red Hat. All rights reserved.