Get the Exception that occurred during the writing of the response. @return The exception that occurred
()
| 1037 | * @return The exception that occurred |
| 1038 | */ |
| 1039 | public Exception getErrorException() { |
| 1040 | return errorException; |
| 1041 | } |
| 1042 | |
| 1043 | |
| 1044 | /** |
no outgoing calls
no test coverage detected