|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aliyun.openservices.ServiceException
com.aliyun.openservices.oss.OSSException
public class OSSException
该异常在对开放存储数据服务(Open Storage Service)访问失败时抛出。
| 构造方法摘要 | |
|---|---|
OSSException()
|
|
OSSException(String message)
|
|
OSSException(String message,
String errorCode,
String requestId,
String hostId,
String header,
String resourceType,
String method)
|
|
OSSException(String message,
Throwable cause)
|
|
| 方法摘要 | |
|---|---|
String |
getHeader()
|
String |
getResourceType()
|
| 从类 com.aliyun.openservices.ServiceException 继承的方法 |
|---|
getErrorCode, getHostId, getRequestId, toString |
| 从类 java.lang.Throwable 继承的方法 |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
public OSSException()
public OSSException(String message)
public OSSException(String message,
Throwable cause)
public OSSException(String message,
String errorCode,
String requestId,
String hostId,
String header,
String resourceType,
String method)
| 方法详细信息 |
|---|
public String getHeader()
public String getResourceType()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||