IllegalStateException constructor

IllegalStateException(
  1. String message
)

Implementation

IllegalStateException(String message) : super(message);