CodecNotSupportedException constructor
- 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);
Creates a new format not supported exception
The message
parameter contains a description of why the format is not supported.
CodecNotSupportedException(this.message);