public class InvalidConfigurationException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Default serial version UID
|
| Constructor and Description |
|---|
InvalidConfigurationException(String message)
Creates a new
InvalidConfigurationException with the given message |
InvalidConfigurationException(String message,
Throwable ex)
Creates a new
InvalidConfigurationException with the given message and the given cause |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public InvalidConfigurationException(String message)
InvalidConfigurationException with the given messagemessage - error messagepublic InvalidConfigurationException(String message, Throwable ex)
InvalidConfigurationException with the given message and the given causemessage - error messageex - cause of the created exceptionCopyright © 2014–2016 OASP-Team. All rights reserved.