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, isRequestTimeout, isRetryable, setErrorCode, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ResponseNotCompleteException(String message, Throwable t)
message - An error message describing why this exception was thrown.t - The underlying cause of this exception.Copyright © 2024. All rights reserved.