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