UnsupportedTypeException constructor

UnsupportedTypeException(
  1. String cause
)

Basic constructor

Implementation

UnsupportedTypeException(this.cause);