public class MonitoringRecordException
extends java.lang.Exception
| Constructor and Description |
|---|
MonitoringRecordException(java.lang.String message)
Creates a new instance of this exception using the given parameters.
|
MonitoringRecordException(java.lang.String format,
java.lang.Object... arguments)
Creates a new instance of a exception utilizing a format string.
|
MonitoringRecordException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of this exception using the given parameters.
|
public MonitoringRecordException(java.lang.String message)
message - The message of this exceptionpublic MonitoringRecordException(java.lang.String message,
java.lang.Throwable cause)
message - The message of this exceptioncause - The cause of this exceptionpublic MonitoringRecordException(java.lang.String format,
java.lang.Object... arguments)
format - format stringarguments - arguments used for the format stringCopyright 2020 Kieker Project, http://kieker-monitoring.net