public class ConfigurationException extends Exception
| 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. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 thrownpublic ConfigurationException(String message, Throwable cause)
ConfigurationException with specified detail message and nested Throwable.message - the error messagecause - the exception or error that caused this exception to be thrownCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.