Class IllegalProductException

    • Constructor Detail

      • IllegalProductException

        public IllegalProductException​(String message)
        Creates a new exception with the given localized message.
        Parameters:
        message -
      • IllegalProductException

        public IllegalProductException​(String message,
                                       Throwable throwable)
        Creates a new exception with the given localized message and the cause for this exception.
        Parameters:
        message -
        throwable -