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