kieker.common.namedRecordPipe
Class PipeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.
Copyright 2013 Kieker Project, http://kieker-monitoring.net>