LivenessException constructor

LivenessException(
  1. LivenessErrorCode code,
  2. String message
)

Implementation

LivenessException(this.code, this.message);