public class ZipException extends IOException
IOException,
Serialized Form
| Constructor and Description |
|---|
ZipException()
Constructs a
ZipException with
null as its error detail message.
|
ZipException(String
Constructs a
ZipException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ZipException()
ZipException with
null as its error detail message.
public ZipException(Strings)
ZipException with the specified detail message.
s - the detail message.