CodecNotSupportedException constructor
CodecNotSupportedException(
- String message
Creates a new format not supported exception
The message
parameter contains a description of why the format is not supported.
Implementation
CodecNotSupportedException(this.message);