Class FzipException

    • Constructor Detail

      • FzipException

        public FzipException​(String message)
        Constructs a new exception.
        Parameters:
        message - the message, may be null
      • FzipException

        public FzipException​(IOException cause)
        Constructs a new exception, wrapping an IOException.

        FzipException represents format failures, thus only ZipException and EOFException shall usually be wrapped into FzipException.

        Parameters:
        cause - the source IOException, cannot be null