public class QCloudClientException
extends java.lang.Exception
| 构造器和说明 |
|---|
QCloudClientException(java.lang.String message)
Creates a new QCloudClientException with the specified message.
|
QCloudClientException(java.lang.String message,
java.lang.Throwable t)
Creates a new QCloudClientException with the specified message, and root
cause.
|
QCloudClientException(java.lang.Throwable throwable)
Create an QCloudClientException with an exception cause.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isRetryable()
Returns a hint as to whether it makes sense to retry upon this exception.
|
public QCloudClientException(java.lang.String message,
java.lang.Throwable t)
message - An error message describing why this exception was thrown.t - The underlying cause of this exception.public QCloudClientException(java.lang.String message)
message - An error message describing why this exception was thrown.public QCloudClientException(java.lang.Throwable throwable)
throwable - the cause of the exception.