Class MonitorCancelledRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pgcodekeeper.core.exception.MonitorCancelledRuntimeException
All Implemented Interfaces:
Serializable

public final class MonitorCancelledRuntimeException extends RuntimeException
Exception indicating that a monitoring operation was cancelled. Thrown when an ongoing monitoring process is interrupted by user request or system shutdown.
See Also:
  • Constructor Details

    • MonitorCancelledRuntimeException

      public MonitorCancelledRuntimeException()
      Constructs exception with null message and cause.
    • MonitorCancelledRuntimeException

      public MonitorCancelledRuntimeException(String message, Throwable cause)
      Constructs exception with specified message and cause.
      Parameters:
      message - the detail message
      cause - the root cause exception
    • MonitorCancelledRuntimeException

      public MonitorCancelledRuntimeException(String message)
      Constructs exception with specified message.
      Parameters:
      message - the detail message
    • MonitorCancelledRuntimeException

      public MonitorCancelledRuntimeException(Throwable cause)
      Constructs exception with specified cause.
      Parameters:
      cause - the root cause exception