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