PvStatusOutOfMemoryError constructor

PvStatusOutOfMemoryError(
  1. String message
)

Implementation

PvStatusOutOfMemoryError(String message) : super(message);