Class InventoryOpenException

java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.maxlego08.zauctionhouse.api.exceptions.InventoryOpenException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InventoryTypeException

public class InventoryOpenException extends Exception
See Also:
  • Constructor Details

    • InventoryOpenException

      public InventoryOpenException()
    • InventoryOpenException

      public InventoryOpenException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • InventoryOpenException

      public InventoryOpenException(String message, Throwable cause)
    • InventoryOpenException

      public InventoryOpenException(String message)
    • InventoryOpenException

      public InventoryOpenException(Throwable cause)