@ThreadSafe
public class ZipParametersException
extends java.util.zip.ZipException
| Constructor and Description |
|---|
ZipParametersException(java.lang.String msg)
Constructs a ZIP parameters exception with
the given detail message.
|
ZipParametersException(java.lang.Throwable cause)
Constructs a ZIP parameters exception with
the given cause.
|
public ZipParametersException(@CheckForNull
java.lang.String msg)
msg - the detail message.public ZipParametersException(@CheckForNull
java.lang.Throwable cause)
cause - the cause for this exception to get thrown.