IllegalStateError constructor

IllegalStateError(
  1. String message
)

Implementation

IllegalStateError(final String message) : super(message);