Package net.sf.jazzlib
Class ZipException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- net.sf.jazzlib.ZipException
-
- All Implemented Interfaces:
java.io.Serializable
public class ZipException extends java.io.IOExceptionThrown during the creation or input of a zip file.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDCompatible with JDK 1.0+.
-
Constructor Summary
Constructors Constructor Description ZipException()Create an exception without a message.ZipException(java.lang.String msg)Create an exception with a message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Compatible with JDK 1.0+.- See Also:
- Constant Field Values
-
-