public static class Codec.CodecException extends ContentException
| Constructor and Description |
|---|
CodecException(java.lang.String message)
Constructor
|
CodecException(java.lang.String msg,
java.lang.Throwable t)
Construct a new
CodecException |
getMessage, getNested, printStackTrace, printStackTracepublic CodecException(java.lang.String message)
message - the message.public CodecException(java.lang.String msg,
java.lang.Throwable t)
CodecExceptionmsg - The message for this exception.t - The exception wrapped by this object.