Class InventoryTypeException

All Implemented Interfaces:
Serializable

public class InventoryTypeException extends InventoryOpenException
See Also:
  • Constructor Details

    • InventoryTypeException

      public InventoryTypeException()
    • InventoryTypeException

      public InventoryTypeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Parameters:
      message -
      cause -
      enableSuppression -
      writableStackTrace -
    • InventoryTypeException

      public InventoryTypeException(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • InventoryTypeException

      public InventoryTypeException(String message)
      Parameters:
      message -
    • InventoryTypeException

      public InventoryTypeException(Throwable cause)
      Parameters:
      cause -