ZipException

public class ZipException extends IOException
Known Direct Subclasses

Signals that a Zip exception of some sort has occurred.

See Also

Public Constructor Summary

ZipException()
Constructs a ZipException with null as its error detail message.
ZipException(String s)
Constructs a ZipException with the specified detail message.

Inherited Method Summary

Public Constructors

public ZipException ()

Constructs a ZipException with null as its error detail message.

public ZipException (String s)

Constructs a ZipException with the specified detail message.

Parameters
s the detail message.