Class ProductIOException

    • Constructor Detail

      • ProductIOException

        public ProductIOException()
        Constructs a new exception with no error message.
      • ProductIOException

        public ProductIOException​(String message)
        Constructs a new exception with the given error message.
        Parameters:
        message - the error message
      • ProductIOException

        public ProductIOException​(String message,
                                  Throwable cause)
        Constructs a new exception with the given error message and cause.
        Parameters:
        message - the error message
        cause - the cause of the exception