org.apache.commons.compress.archivers
public class ArchiveException extends Exception
| Constructor and Description |
|---|
ArchiveException(String message)
Constructs a new exception with the specified detail message.
|
ArchiveException(String message,
Exception cause)
Constructs a new exception with the specified detail message and cause.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArchiveException(String message)
message - the detail messageCopyright © 2013 The Apache Software Foundation. All rights reserved.