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, printStackTrace
public CodecException(java.lang.String message)
message
- the message.public CodecException(java.lang.String msg, java.lang.Throwable t)
CodecException
msg
- The message for this exception.t
- The exception wrapped by this object.