Class InventoryAlreadyExistException

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

public class InventoryAlreadyExistException extends Error
See Also:
  • Constructor Details

    • InventoryAlreadyExistException

      public InventoryAlreadyExistException()
    • InventoryAlreadyExistException

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

      public InventoryAlreadyExistException(String message, Throwable cause)
    • InventoryAlreadyExistException

      public InventoryAlreadyExistException(String message)
    • InventoryAlreadyExistException

      public InventoryAlreadyExistException(Throwable cause)