Kieker 1.8

kieker.tools.bridge.connector
Class ConnectorEndOfDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ConnectorEndOfDataException(String message)
          Create an exception without an exception trail.
ConnectorEndOfDataException(String message, Exception exception)
          Create an exception with an exception trail.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 exception
exception - The exception which caused this exception

Kieker 1.8

Copyright 2013 Kieker Project, http://kieker-monitoring.net