java.util.jar
public class JarException extends ZipException
Since: 1.2
| Constructor Summary | |
|---|---|
| JarException()
Create a new JarException without a descriptive error message. | |
| JarException(String message)
Create a new JarException with a descriptive error message indicating
what went wrong. | |
getMessage() method.
Parameters: message The descriptive error message
See Also: JarException