Class MonitoringRecordException

java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.common.exception.MonitoringRecordException
All Implemented Interfaces:
Serializable

public class MonitoringRecordException extends Exception
This exception can be used to show that something in context with a monitoring record failed.
Since:
1.0
Author:
Jan Waller, Reiner Jung - add format string support
See Also:
  • Constructor Details

    • MonitoringRecordException

      public MonitoringRecordException(String message)
      Creates a new instance of this exception using the given parameters.
      Parameters:
      message - The message of this exception
    • MonitoringRecordException

      public MonitoringRecordException(String message, Throwable cause)
      Creates a new instance of this exception using the given parameters.
      Parameters:
      message - The message of this exception
      cause - The cause of this exception
    • MonitoringRecordException

      public MonitoringRecordException(String format, Object... arguments)
      Creates a new instance of a exception utilizing a format string.
      Parameters:
      format - format string
      arguments - arguments used for the format string