public class ExceptionResultParser extends Object implements ResultParser<Exception>
| Constructor and Description |
|---|
ExceptionResultParser(String userRequestId) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
parse(ResponseMessage response)
Converts the result from stream to a java object.
|
public ExceptionResultParser(String userRequestId)
public Exception parse(ResponseMessage response) throws ResultParseException
ResultParserparse in interface ResultParser<Exception>response - the response messageResultParseException - failed to parse the result.Copyright © 2024. All Rights Reserved.