TimeboxException constructor

TimeboxException(
  1. String message
)

Creates the exception with a message describing the timeout.

Implementation

TimeboxException(String message) : _message = message;