ValidationException constructor

ValidationException(
  1. String message
)

Implementation

ValidationException(String message) : super(message);