Class ZipException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.util.zip.ZipException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JarException
Signals that a ZIP exception of some sort has occurred.
- Since:
- 1.1
- See Also:
Constructor Summary
ConstructorsConstructorDescriptionConstructs aZipException
withnull
as its error detail message.Constructs aZipException
with the specified detail message.Method Summary
Methods declared in class java.lang.Throwable
addSuppressed,fillInStackTrace,getCause,getLocalizedMessage,getMessage,getStackTrace,getSuppressed,initCause,printStackTrace,printStackTrace,printStackTrace,setStackTrace,toString
Constructor Details
ZipException
public ZipException()Constructs aZipException
withnull
as its error detail message.ZipException
Constructs aZipException
with the specified detail message.- Parameters:
s
- the detail message.