ZipExceptionpublic class ZipException extends IOException Signals that a Zip exception of some sort has occurred. |
Constructors Summary |
---|
public ZipException()Constructs an ZipException with null
as its error detail message.
super();
| public ZipException(String s)Constructs an ZipException with the specified detail
message.
super(s);
|
|