kieker.tools.bridge.connector
Class ConnectorEndOfDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.tools.bridge.connector.ConnectorEndOfDataException
- All Implemented Interfaces:
- Serializable
public class ConnectorEndOfDataException
- extends Exception
Used to indicate to the ServiceContainer that the connector has terminated due to end of data.
- 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 |
ConnectorEndOfDataException
public ConnectorEndOfDataException(String message)
- Create an exception without an exception trail.
- Parameters:
message
- The message to explain the exception
ConnectorEndOfDataException
public ConnectorEndOfDataException(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>