public class ConfigurationException extends Exception
ConfigurationException is used to indicate an error condition that occurred during configuration.| Constructor and Description |
|---|
ConfigurationException(String message)
Constructs a new
ConfigurationException with the passed detail message and null as its
embedded Throwable. |
ConfigurationException(String message,
Throwable cause)
Constructs a new
ConfigurationException with the specified detail message and an embedded
Throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigurationException(String message)
ConfigurationException with the passed detail message and null as its
embedded Throwable.message - The detail message.Copyright © 2017 SDL Group. All rights reserved.