Kieker 1.10

kieker.tools.bridge.connector
Class ConnectorDataTransmissionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by kieker.tools.bridge.connector.ConnectorDataTransmissionException
All Implemented Interfaces:
Serializable

public class ConnectorDataTransmissionException
extends Exception

Exception to box any Exception in a connector during data transmission and related tasks.

Since:
1.8
Author:
Reiner Jung
See Also:
Serialized Form

Constructor Summary
ConnectorDataTransmissionException(String message)
          Create an exception without an exception trail.
ConnectorDataTransmissionException(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

ConnectorDataTransmissionException

public ConnectorDataTransmissionException(String message)
Create an exception without an exception trail.

Parameters:
message - The message to explain the exception

ConnectorDataTransmissionException

public ConnectorDataTransmissionException(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.10

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