@ThreadSafe public class ArchiveExtractionException extends Exception
| Constructor and Description |
|---|
ArchiveExtractionException()
Creates a new ArchiveExtractionException.
|
ArchiveExtractionException(String msg)
Creates a new ArchiveExtractionException.
|
ArchiveExtractionException(String msg,
Throwable ex)
Creates a new ArchiveExtractionException.
|
ArchiveExtractionException(Throwable ex)
Creates a new ArchiveExtractionException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArchiveExtractionException()
public ArchiveExtractionException(String msg)
msg - a message for the exception.public ArchiveExtractionException(Throwable ex)
ex - the cause of the failure.Copyright © 2012–2020 OWASP. All rights reserved.