public class CompressorException extends FrameworkException
The compressor exception.
Constructor and Description |
---|
CompressorException(String message)
Initializes a new instance of the
CompressorException class. |
CompressorException(String message,
Throwable innerException)
Initializes a new instance of the
CompressorException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public CompressorException(String message)
Initializes a new instance of the CompressorException
class.
message
- The exception message.