SerializerNotFoundException constructor

SerializerNotFoundException(
  1. String message
)

Creates a new instance of SerializerNotFoundException.

The message parameter provides more details about the exception.

Implementation

SerializerNotFoundException(this.message);