Class CompressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.netty.handler.codec.compression.CompressionException
- All Implemented Interfaces:
Serializable
An
IOException
that is raised when compression or decompression
failed.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.CompressionException
(String message) Creates a new instance.CompressionException
(String message, Throwable cause) Creates a new instance.CompressionException
(Throwable cause) Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
CompressionException
public CompressionException()Creates a new instance. -
CompressionException
Creates a new instance. -
CompressionException
Creates a new instance. -
CompressionException
Creates a new instance.
-