public class CompressorException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serial
|
Constructor and Description |
---|
CompressorException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
CompressorException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
private static final long serialVersionUID
public CompressorException(java.lang.String message)
message
- the detail messagepublic CompressorException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the cause