Class NumSlotsException

All Implemented Interfaces:
Serializable

public class NumSlotsException extends CommandException

NumSlotsException class.

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

    • NumSlotsException

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

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

      public NumSlotsException()