kieker.tools.bridge.cli
Class CLIConfigurationErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.tools.bridge.cli.CLIConfigurationErrorException
- All Implemented Interfaces:
- Serializable
public class CLIConfigurationErrorException
- extends Exception
This exception is used to encapsulate exceptions which occur during configuration in the CLI-server.
- Since:
- 1.8
- Author:
- Reiner Jung
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CLIConfigurationErrorException
public CLIConfigurationErrorException(String message)
- Create an exception without an exception trail.
- Parameters:
message
- The message to explain the exception
CLIConfigurationErrorException
public CLIConfigurationErrorException(String message,
Exception exception)
- Create an exception with an exception trail.
- Parameters:
message
- The message to explain the exceptionexception
- The exception which caused this exception
Copyright 2014 Kieker Project, http://kieker-monitoring.net>