com.qcloud.cos.exception.ResponseNotCompleteException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cos_api-bundle Show documentation
Show all versions of cos_api-bundle Show documentation
A single bundled dependency that includes all service and dependent JARs with third-party libraries
relocated to different namespaces.
package com.qcloud.cos.exception;
public class ResponseNotCompleteException extends CosClientException {
/**
* Creates a new ResponseNotCompleteException with the specified message, and root
* cause.
*
* @param message An error message describing why this exception was thrown.
* @param t The underlying cause of this exception.
*/
public ResponseNotCompleteException(String message, Throwable t) {
super(message, t);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy