Kieker 1.7

kieker.common.exception
Class MonitoringRecordReceiverException

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

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

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.

Kieker 1.7

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