Kieker 1.7

kieker.common.namedRecordPipe
Class PipeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by kieker.common.namedRecordPipe.PipeException
All Implemented Interfaces:
Serializable

Deprecated. to be removed in Kieker 1.8

@Deprecated
public class PipeException
extends Exception

This exception shows that something with respective to a pipe failed.

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

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

PipeException

public PipeException(String msg)
Deprecated. 
Creates a new instance of this class using the given parameters.

Parameters:
msg - The message of this exception.

PipeException

public PipeException(String msg,
                     Throwable thrw)
Deprecated. 
Creates a new instance of this class using the given parameters.

Parameters:
msg - The message of this exception.
thrw - The cause of this exception.

Kieker 1.7

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