public class InvalidConfigurationException
extends java.lang.RuntimeException
Constructor and Description |
---|
InvalidConfigurationException(java.lang.String message)
Creates a new exception with the given message.
|
InvalidConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the given message and cause.
|
public InvalidConfigurationException(java.lang.String message)
message
- The message to associate with this exceptionpublic InvalidConfigurationException(java.lang.String message, java.lang.Throwable cause)
message
- The message to associate with this exceptioncause
- The cause for this exceptionCopyright 2017 Kieker Project, http://kieker-monitoring.net