public class ConfigurationException extends RuntimeException
configuration
.Constructor and Description |
---|
ConfigurationException(Problems results) |
ConfigurationException(Problems results,
String message) |
ConfigurationException(Problems results,
String message,
Throwable cause) |
ConfigurationException(Problems results,
Throwable cause) |
ConfigurationException(String message) |
Modifier and Type | Method and Description |
---|---|
Problems |
getProblems() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ConfigurationException(String message)
message
- the messagepublic ConfigurationException(Problems results)
results
- the validation results for the configurationpublic ConfigurationException(Problems results, String message)
results
- the validation results for the configurationmessage
- the messagepublic ConfigurationException(Problems results, Throwable cause)
results
- the validation results for the configurationcause
- the cause of this exceptionCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.