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