Kieker 1.9

kieker.analysis.exception
Class EventProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by kieker.analysis.exception.EventProcessingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExecutionEventProcessingException, TraceProcessingException

public class EventProcessingException
extends Exception

Since:
1.2
Author:
Andre van Hoorn
See Also:
Serialized Form

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

EventProcessingException

public EventProcessingException(String message,
                                Throwable cause)
Creates a new instance of this class using the given parameters.

Parameters:
message - The message of the exception.
cause - The cause of the exception.

EventProcessingException

public EventProcessingException(String message)
Creates a new instance of this class using the given parameters.

Parameters:
message - The message of the exception.

Kieker 1.9

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