@ThreadSafe public class ZipParametersException extends ZipException
| Constructor and Description |
|---|
ZipParametersException(String msg)
Constructs a ZIP parameters exception with
the given detail message.
|
ZipParametersException(Throwable cause)
Constructs a ZIP parameters exception with
the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ZipParametersException(@CheckForNull String msg)
msg - the detail message.public ZipParametersException(@CheckForNull Throwable cause)
cause - the cause for this exception to get thrown.Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.