Class InventoryNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Error
fr.maxlego08.zauctionhouse.api.exceptions.InventoryNotFoundException
All Implemented Interfaces:
Serializable

public class InventoryNotFoundException extends Error
See Also:
  • Constructor Details

    • InventoryNotFoundException

      public InventoryNotFoundException()
    • InventoryNotFoundException

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

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

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

      public InventoryNotFoundException(Throwable cause)
      Parameters:
      cause -