public class ResponseNotCompleteException extends CosClientException
| Constructor and Description |
|---|
ResponseNotCompleteException(String message,
Throwable t)
Creates a new ResponseNotCompleteException with the specified message, and root
cause.
|
getErrorCode, isRetryable, setErrorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResponseNotCompleteException(String message, Throwable t)
message - An error message describing why this exception was thrown.t - The underlying cause of this exception.Copyright © 2023. All rights reserved.