public class ZipException extends IOException
| Constructor and Description |
|---|
ZipException()
Create an exception without a message.
|
ZipException(String msg)
Create an exception with a message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ZipException()
public ZipException(String msg)
msg - the messageCopyright © 2009–2017. All rights reserved.