Class ItemEnchantException

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

public class ItemEnchantException extends Exception
See Also:
  • Constructor Details

    • ItemEnchantException

      public ItemEnchantException()
    • ItemEnchantException

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

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

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

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