kieker.tools.bridge.connector
Class ConnectorDataTransmissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 exceptionexception
- The exception which caused this exception
Copyright 2014 Kieker Project, http://kieker-monitoring.net>