Class CompressionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jboss.netty.handler.codec.compression.CompressionException
-
- All Implemented Interfaces:
java.io.Serializable
public class CompressionException extends java.lang.RuntimeException
AnIOException
that is raised when compression or decompression failed.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description CompressionException()
Creates a new instance.CompressionException(java.lang.String message)
Creates a new instance.CompressionException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.CompressionException(java.lang.Throwable cause)
Creates a new instance.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CompressionException
public CompressionException()
Creates a new instance.
-
CompressionException
public CompressionException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.
-
CompressionException
public CompressionException(java.lang.String message)
Creates a new instance.
-
CompressionException
public CompressionException(java.lang.Throwable cause)
Creates a new instance.
-
-