CarHeaderException constructor

CarHeaderException(
  1. String message
)

Creates a CarHeaderException with the given message.

Implementation

CarHeaderException(super.message);