jdk/src/share/classes/java/util/zip/ZipException.java
changeset 24865 09b1d992ca72
parent 5627 e636ac7a63a4
equal deleted inserted replaced
24864:a7bf63ebda64 24865:09b1d992ca72
    30 /**
    30 /**
    31  * Signals that a Zip exception of some sort has occurred.
    31  * Signals that a Zip exception of some sort has occurred.
    32  *
    32  *
    33  * @author  unascribed
    33  * @author  unascribed
    34  * @see     java.io.IOException
    34  * @see     java.io.IOException
    35  * @since   JDK1.0
    35  * @since   1.0
    36  */
    36  */
    37 
    37 
    38 public
    38 public
    39 class ZipException extends IOException {
    39 class ZipException extends IOException {
    40     private static final long serialVersionUID = 8000196834066748623L;
    40     private static final long serialVersionUID = 8000196834066748623L;