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. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CompressorException(String message)
message - the detail messagepublic CompressorException(String message, Throwable cause)
message - the detail messagecause - the causeCopyright © 2018 The Apache Software Foundation. All rights reserved.