CarSectionException constructor

CarSectionException(
  1. String message
)

Creates a CarSectionException with the given message.

Implementation

CarSectionException(super.message);