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