jdk/src/java.base/share/classes/java/util/zip/ZipException.java
changeset 44255 515cf13d7791
parent 25859 3317bb8137f4
equal deleted inserted replaced
44254:123a06da53d0 44255:515cf13d7791
    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   1.0
    35  * @since   1.1
    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;