Kieker 1.7

kieker.analysis.exception
Class MonitoringReaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by kieker.common.exception.MonitoringRecordReceiverException
              extended by kieker.analysis.exception.MonitoringReaderException
All Implemented Interfaces:
Serializable

Deprecated. To be removed in Kieker 1.8

@Deprecated
public class MonitoringReaderException
extends MonitoringRecordReceiverException

Since:
0.95a
Author:
Andre van Hoorn
See Also:
Serialized Form

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

MonitoringReaderException

public MonitoringReaderException(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.

MonitoringReaderException

public MonitoringReaderException(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