NullPointerException constructor

NullPointerException(
  1. String message
)

Implementation

NullPointerException(String message) : super(message);