Class ItemCreateException

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

public class ItemCreateException extends Error
See Also:
  • Constructor Details

    • ItemCreateException

      public ItemCreateException()
    • ItemCreateException

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

      public ItemCreateException(String message, Throwable cause)
    • ItemCreateException

      public ItemCreateException(String message)
    • ItemCreateException

      public ItemCreateException(Throwable cause)