kieker.common.exception
Class MonitoringRecordReceiverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.common.exception.MonitoringRecordReceiverException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MonitoringReaderException
Deprecated. To be removed in Kieker 1.8
@Deprecated
public class MonitoringRecordReceiverException
- extends Exception
This exception can be used to show that something in context with a monitoring record receiver failed.
- Since:
- 1.2
- 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 |
MonitoringRecordReceiverException
public MonitoringRecordReceiverException(String messString)
- Deprecated.
- Creates a new instance of this class using the given parameters.
- Parameters:
messString
- The message of this exception.
MonitoringRecordReceiverException
public MonitoringRecordReceiverException(String messString,
Throwable cause)
- Deprecated.
- Creates a new instance of this class using the given parameters.
- Parameters:
messString
- The message of this exception.cause
- The cause of this exception.
Copyright 2013 Kieker Project, http://kieker-monitoring.net>