Class InventoryFileNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.maxlego08.zauctionhouse.api.exceptions.InventoryFileNotFoundException
All Implemented Interfaces:
Serializable

public class InventoryFileNotFoundException extends Exception
See Also:
  • Constructor Details

    • InventoryFileNotFoundException

      public InventoryFileNotFoundException()
    • InventoryFileNotFoundException

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

      public InventoryFileNotFoundException(Throwable cause)
      Parameters:
      cause -
    • InventoryFileNotFoundException

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

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