InvalidArgumentException constructor

InvalidArgumentException(
  1. String message
)

Creates a new invalid argument exception

Implementation

InvalidArgumentException(super.message);