Class UptimeException

All Implemented Interfaces:
Serializable

public class UptimeException extends CommandException

UptimeException class.

Version:
7.6.21
Author:
Michael Thomas (mikepthomas@outlook.com)
See Also:
  • Constructor Details

    • UptimeException

      public UptimeException(String message)
      Constructs an instance of UptimeException with the specified detail message.
      Parameters:
      message - the detail message.
    • UptimeException

      public UptimeException(String message, Throwable cause)
      Constructs an instance of UptimeException with the specified detail message and the cause of the Exception.
      Parameters:
      message - the detail message.
      cause - the cause of the exception.
    • UptimeException

      public UptimeException()