public class ConfigurationException extends Exception
Constructor and Description |
---|
ConfigurationException(String message)
Create a configuration exception with the given message
|
ConfigurationException(String message,
Throwable cause)
Create a configuration exception with the given message and root cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConfigurationException(String message)
message
- The description of the exceptionCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.