CarIndexException constructor

CarIndexException(
  1. String message
)

Creates a CarIndexException with the given message.

Implementation

CarIndexException(super.message);