Kieker 1.7

kieker.analysis.exception
Class MonitoringRecordConsumerException

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

Constructor Summary
MonitoringRecordConsumerException(String message)
          Deprecated. Creates a new instance of this class using the given parameters.
MonitoringRecordConsumerException(String message, Throwable cause)
          Deprecated. Creates a new instance of this class using the given parameters.
 
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

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.

Kieker 1.7

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