public class PunchHttpExceptionPojo extends Object
Constructor and Description |
---|
PunchHttpExceptionPojo(String reason,
String exitCode,
String stackTrace)
POJO that can be used to construct exception message
when request failed...
|
public PunchHttpExceptionPojo(String reason, String exitCode, String stackTrace)
reason
- human readable message exception whether possibleexitCode
- exit code of the executed instance if possiblestackTrace
- stacktrace if possibleCopyright © 2023. All rights reserved.