public class InvalidTraceException
extends java.lang.Exception
Constructor and Description |
---|
InvalidTraceException(java.lang.String message)
Creates a new instance of this class using the given parameters.
|
InvalidTraceException(java.lang.String message,
java.lang.Throwable t)
Creates a new instance of this class using the given parameters.
|
public InvalidTraceException(java.lang.String message)
message
- The message of this exception.public InvalidTraceException(java.lang.String message, java.lang.Throwable t)
message
- The message of this exception.t
- The cause of this exception.Copyright 2020 Kieker Project, http://kieker-monitoring.net