Class ButtonsNotFoundException

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

public class ButtonsNotFoundException extends Exception
See Also:
  • Constructor Details

    • ButtonsNotFoundException

      public ButtonsNotFoundException()
    • ButtonsNotFoundException

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

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

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

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