Package java.util.zip

Class ZipError

All Implemented Interfaces:
Serializable

public class ZipError
extends InternalError
Thrown when an unrecoverable zip error has occurred.
Since:
1.6
See Also:
Serialized Form
  • Constructor Details

    • ZipError

      public ZipError​(String s)
      Constructs a ZipError with the given detail message.