public class PartialResultFailedException extends TableStoreException
| Constructor and Description |
|---|
PartialResultFailedException(Throwable cause,
String requestId,
Response response)
构造函数。
|
| Modifier and Type | Method and Description |
|---|---|
void |
addError(TableStoreException ex) |
List<TableStoreException> |
getErrors() |
Response |
getResult() |
getErrorCode, getHttpStatus, getRequestId, getTraceId, setTraceId, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic void addError(TableStoreException ex)
public List<TableStoreException> getErrors()
public Response getResult()
Copyright © 2024. All Rights Reserved.