| java.util.zip.ZipException java.util.jar.JarException
JarException | public class JarException extends java.util.zip.ZipException (Code) | | Signals that an error of some sort has occurred while reading from
or writing to a JAR file.
author: David Connelly version: 1.9, 02/02/00 since: 1.2 |
Constructor Summary | |
public | JarException() Constructs a JarException with no detail message. | public | JarException(String s) Constructs a JarException with the specified detail message. |
JarException | public JarException()(Code) | | Constructs a JarException with no detail message.
|
JarException | public JarException(String s)(Code) | | Constructs a JarException with the specified detail message.
Parameters: s - the detail message |
|
|