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