CarException constructor

CarException(
  1. String message
)

Creates a CarException with the given message.

Implementation

CarException(this.message);