public class CodecException extends NestedRuntimeException
| Constructor and Description |
|---|
CodecException(java.lang.String msg)
Create a new CodecException.
|
CodecException(java.lang.String msg,
java.lang.Throwable cause)
Create a new CodecException.
|
contains, getMessage, getMostSpecificCause, getRootCausepublic CodecException(java.lang.String msg)
msg - the detail messagepublic CodecException(java.lang.String msg,
@Nullable
java.lang.Throwable cause)
msg - the detail messagecause - root cause for the exception, if any