@Deprecated
public final class CodecEncodingException
extends SerializationException
| Constructor and Description |
|---|
CodecEncodingException(ContentCodec codec,
String message)
Deprecated.
New instance.
|
CodecEncodingException(ContentCodec codec,
String message,
Throwable cause)
Deprecated.
New instance.
|
| Modifier and Type | Method and Description |
|---|---|
ContentCodec |
codec()
Deprecated.
Returns the codec in use when this exception occurred.
|
public CodecEncodingException(ContentCodec codec, String message)
codec - the codec in use.message - the reason of this exception.public CodecEncodingException(ContentCodec codec, String message, Throwable cause)
codec - the codec in use.message - the reason of this exception.cause - the cause of the exception.public ContentCodec codec()