Class FzipException

All Implemented Interfaces:
Serializable

public class FzipException extends IOException
FastZIP format exception.
See Also:
  • Constructor Details

    • 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