Class AuctionInventoryException

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

public class AuctionInventoryException extends Error
See Also:
  • Constructor Details

    • AuctionInventoryException

      public AuctionInventoryException()
    • AuctionInventoryException

      public AuctionInventoryException(String message)
    • AuctionInventoryException

      public AuctionInventoryException(Throwable cause)
    • AuctionInventoryException

      public AuctionInventoryException(String message, Throwable cause)
    • AuctionInventoryException

      public AuctionInventoryException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)