@ThreadSafe public class ZipCryptoException extends ZipException
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, toString
public ZipCryptoException()
public ZipCryptoException(@CheckForNull String msg)
msg
- the detail message.public ZipCryptoException(@CheckForNull String msg, @CheckForNull Throwable cause)
msg
- the detail message.cause
- the cause for this exception to be thrown.public ZipCryptoException(@CheckForNull Throwable cause)
cause
- the cause for this exception to get thrown.Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.