Module java.base
Package java.util.zip

Class ZipException

    • Constructor Detail

      • 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.