PvStateError constructor

PvStateError(
  1. String message
)

Implementation

PvStateError(String message) : super(message);