public class CLIConfigurationErrorException
extends java.lang.Exception
| Constructor and Description |
|---|
CLIConfigurationErrorException(java.lang.String message)
Create an exception without an exception trail.
|
CLIConfigurationErrorException(java.lang.String message,
java.lang.Exception exception)
Create an exception with an exception trail.
|
public CLIConfigurationErrorException(java.lang.String message)
message - The message to explain the exceptionpublic CLIConfigurationErrorException(java.lang.String message,
java.lang.Exception exception)
message - The message to explain the exceptionexception - The exception which caused this exceptionCopyright 2017 Kieker Project, http://kieker-monitoring.net