public class DecoderException extends CodecException
CodecException which is thrown by a decoder.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
DecoderException()
Creates a new instance.
|
DecoderException(java.lang.String message)
Creates a new instance.
|
DecoderException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance.
|
DecoderException(java.lang.Throwable cause)
Creates a new instance.
|
private static final long serialVersionUID
public DecoderException()
public DecoderException(java.lang.String message,
java.lang.Throwable cause)
public DecoderException(java.lang.String message)
public DecoderException(java.lang.Throwable cause)