public class JarException extends ZipException
| Constructor and Description |
|---|
JarException()
Constructs a new
JarException instance. |
JarException(String detailMessage)
Constructs a new
JarException instance with the specified
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JarException()
JarException instance.public JarException(String detailMessage)
JarException instance with the specified
message.detailMessage - the detail message for the exception.