ERROR - java.util.ZipException - Possible Causes of ZipException

Exception Thrown By:Cause
ClassMethod
GZIPInputStream public GZIPInputStream(InputStream
in)
if a GZIP format error has
occurred or the compression method used is unsupported.
JarFile public InputStream
getInputStream(ZipEntry ze)
if a zip
file format error has occurred.
JarInputStream public ZipEntry
getNextEntry()
if a ZIP
file error has occurred.
JarInputStream public JarEntry
getNextJarEntry()
if a ZIP
file error has occurred.
JarOutputStream public void
putNextEntry(ZipEntry ze)
if a
ZIP error has occurred.
ZipInputStream public void
closeEntry()
if a ZIP
file error has occurred.
ZipInputStream public long
skip(long n)
if a ZIP
file error has occurred.
ZipOutputStream public void
putNextEntry(ZipEntry e)
if a ZIP
format error has occurred.
ZipOutputStream public void
closeEntry()
if a ZIP
format error has occurred.
ZipOutputStream public void
finish()
if a ZIP
file error has occurred.
ZipOutputStream public void
close()
if a ZIP
file error has occurred.