public class ConfigurationException extends RuntimeException
| Constructor and Description |
|---|
ConfigurationException()
Default constructor.
|
ConfigurationException(String msg)
Constructor where you can specify the error message.
|
ConfigurationException(String msg,
Throwable cause)
Constructor where you can specify the error message and the cause of this
exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigurationException()
public ConfigurationException(String msg)
msg - The error message that will be used.Copyright © 2014 Tranquilized Quality. All rights reserved.