public class

ZipException

extends IOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ java.util.zip.ZipException
Known Direct Subclasses

Class Overview

Signals that a Zip exception of some sort has occurred.

See Also

Summary

Public Constructors
ZipException()
Constructs an ZipException with null as its error detail message.
ZipException(String s)
Constructs an ZipException with the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ZipException ()

Constructs an ZipException with null as its error detail message.

public ZipException (String s)

Constructs an ZipException with the specified detail message.

Parameters
s the detail message.