@ThreadSafe public class ZipCryptoException extends ZipException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ZipCryptoException()
Constructs a ZIP crypto exception with
no detail message.
|
ZipCryptoException(String msg)
Constructs a ZIP crypto exception with
the given detail message.
|
ZipCryptoException(String msg,
Throwable cause)
Constructs a ZIP crypto exception with
the given detail message and cause.
|
ZipCryptoException(Throwable cause)
Constructs a ZIP crypto exception with
the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public ZipCryptoException()
public ZipCryptoException(String msg)
msg - the detail message.public ZipCryptoException(String msg, Throwable cause)
msg - the detail message.cause - the cause for this exception to be thrown.public ZipCryptoException(Throwable cause)
cause - the cause for this exception to get thrown.Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.