Class ZipException

All Implemented Interfaces:
Serializable

public class ZipException extends IOException
Thrown during the creation or input of a zip file.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Compatible with JDK 1.0+.
      See Also:
  • Constructor Details

    • ZipException

      public ZipException()
      Create an exception without a message.
    • ZipException

      public ZipException(String msg)
      Create an exception with a message.
      Parameters:
      msg - the message