public class JarException extends java.util.zip.ZipException
| Constructor and Description |
|---|
JarException()
Create a new JarException without a descriptive error message.
|
JarException(java.lang.String message)
Create a new JarException with a descriptive error message indicating
what went wrong.
|
public JarException()
public JarException(java.lang.String message)
getMessage() method.message - The descriptive error messageThrowable.getMessage()