public class EncoderException extends CodecException
CodecException which is thrown by an encoder.| 构造器和说明 |
|---|
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.
|
public EncoderException()
public EncoderException(java.lang.String message,
java.lang.Throwable cause)
public EncoderException(java.lang.String message)
public EncoderException(java.lang.Throwable cause)