CodecException constructor

CodecException(
  1. String message
)

Implementation

CodecException(String message) : super(message);