ServerException constructor

ServerException(
  1. String message
)

Implementation

ServerException(String message) : super(message);