Module java.base
Package java.util.zip

Class ZipException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JarException

public class ZipException
extends IOException
Signals that a Zip exception of some sort has occurred.
Since:
1.1
See Also:
IOException, Serialized Form
  • Constructor Details

    • ZipException

      public ZipException()
      Constructs a ZipException with null as its error detail message.
    • ZipException

      public ZipException​(String s)
      Constructs a ZipException with the specified detail message.
      Parameters:
      s - the detail message.