ServiceRequestException constructor

ServiceRequestException(
  1. String message,
  2. Exception innerException,
  3. StackTrace innerStackTrace
)
ServiceRequestException Constructor. Error message text. Inner exception.

Implementation

ServiceRequestException(
    String message, Exception innerException, StackTrace innerStackTrace)
    : super(message, innerException, innerStackTrace);