public class ConfigurationException
extends org.apache.commons.lang.exception.NestableException
Constructor and Description |
---|
ConfigurationException()
Constructs a new
ConfigurationException without specified
detail message. |
ConfigurationException(String message)
Constructs a new
ConfigurationException with specified
detail message. |
ConfigurationException(String message,
Throwable cause)
Constructs a new
ConfigurationException with specified
detail message and nested Throwable . |
ConfigurationException(Throwable cause)
Constructs a new
ConfigurationException with specified
nested Throwable . |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public ConfigurationException()
ConfigurationException
without specified
detail message.public ConfigurationException(String message)
ConfigurationException
with specified
detail message.message
- the error messagepublic ConfigurationException(Throwable cause)
ConfigurationException
with specified
nested Throwable
.cause
- the exception or error that caused this exception to be thrownCopyright © 2018 JBoss by Red Hat. All rights reserved.