NullPointerException constructor

NullPointerException(
  1. String cause
)

Implementation

NullPointerException(this.cause) {
}