kieker.analysis.exception
Class MonitoringRecordConsumerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.analysis.exception.MonitoringRecordConsumerException
- All Implemented Interfaces:
- Serializable
Deprecated. To be removed in Kieker 1.8
@Deprecated
public class MonitoringRecordConsumerException
- extends Exception
- Since:
- 0.95a
- Author:
- Andre van Hoorn
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MonitoringRecordConsumerException
public MonitoringRecordConsumerException(String message,
Throwable cause)
- Deprecated.
- Creates a new instance of this class using the given parameters.
- Parameters:
message
- The message of the exception.cause
- The cause of the exception.
MonitoringRecordConsumerException
public MonitoringRecordConsumerException(String message)
- Deprecated.
- Creates a new instance of this class using the given parameters.
- Parameters:
message
- The message of the exception.
Copyright 2013 Kieker Project, http://kieker-monitoring.net>