public final class SelectObjectContentEventException extends CosClientException
SelectObjectContentEvents.
The getErrorMessage() and getErrorMessage() will be specified if the service has returned them.| 构造器和说明 |
|---|
SelectObjectContentEventException(String exceptionMessage) |
SelectObjectContentEventException(String exceptionMessage,
Exception cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getErrorCode()
A unique error code for the failure scenario encountered by the service.
|
String |
getErrorMessage()
A human-readable error message for the failure scenario encountered by the service.
|
String |
getMessage()
Retrieve a summary of the reason for the exception, including the
getErrorCode() and getErrorMessage(),
if the error was raised by the service. |
void |
setErrorCode(String errorCode) |
void |
setErrorMessage(String errorMessage) |
isRetryablepublic SelectObjectContentEventException(String exceptionMessage)
public String getMessage()
getErrorCode() and getErrorMessage(),
if the error was raised by the service.getMessage 在类中 Throwablepublic String getErrorCode()
getErrorCode 在类中 CosClientExceptionpublic void setErrorCode(String errorCode)
setErrorCode 在类中 CosClientExceptionpublic String getErrorMessage()
public void setErrorMessage(String errorMessage)
Copyright © 2022. All rights reserved.