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