RunProcessException constructor

RunProcessException(
  1. String message
)

Implementation

RunProcessException(String message) : super(message);