public class CodecConfigurationException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
CodecConfigurationException(java.lang.String msg)
Construct a new instance.
|
CodecConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Construct a new instance and wraps a cause
|
private static final long serialVersionUID
public CodecConfigurationException(java.lang.String msg)
msg - the messagepublic CodecConfigurationException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the underlying cause