Class SlotOptionsException

All Implemented Interfaces:
Serializable

public class SlotOptionsException extends CommandException

SlotOptionsException class.

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

    • SlotOptionsException

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

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

      public SlotOptionsException()