SerializerNotFoundException constructor
SerializerNotFoundException(
- String message
Creates a new instance of SerializerNotFoundException.
The message
parameter provides more details about the exception.
Implementation
SerializerNotFoundException(this.message);