public class JarException extends ZipException
| Constructor and Description |
|---|
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.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JarException()
public JarException(String message)
getMessage() method.message - The descriptive error messageThrowable.getMessage()