public class EncodingException extends CodecException
CodecException such as a configuration issue that an
Encoder may also choose to raise.Encoder,
Serialized Form| Constructor and Description |
|---|
EncodingException(java.lang.String msg)
Create a new EncodingException.
|
EncodingException(java.lang.String msg,
java.lang.Throwable cause)
Create a new EncodingException.
|
contains, getMessage, getMostSpecificCause, getRootCausepublic EncodingException(java.lang.String msg)
msg - the detail messagepublic EncodingException(java.lang.String msg,
@Nullable
java.lang.Throwable cause)
msg - the detail messagecause - root cause for the exception, if any