java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.util.zip.ZipException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JarException
public class ZipException extends IOException
Signals that a Zip exception of some sort has occurred.
- Since:
- 1.1
- See Also:
- IOException, Serialized Form
- 
Constructor SummaryConstructors Constructor Description ZipException()Constructs aZipExceptionwithnullas its error detail message.ZipException(String s)Constructs aZipExceptionwith the specified detail message.
- 
Method SummaryMethods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ZipExceptionpublic ZipException()Constructs aZipExceptionwithnullas its error detail message.
- 
ZipExceptionConstructs aZipExceptionwith the specified detail message.- Parameters:
- s- the detail message.
 
 
-