public class ConfigurationException extends RuntimeException
| Constructor and Description |
|---|
ConfigurationException(String string)
Constructs a
ConfigurationException with the specified
detail message. |
ConfigurationException(String s,
Throwable cause)
Constructs a
ConfigurationException with the specified
detail message and exception cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigurationException(String string)
ConfigurationException with the specified
detail message.s - the detail message.Copyright © 2014. All rights reserved.