com.aliyun.openservices.oss
类 OSSException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 com.aliyun.openservices.ServiceException
                  继承者 com.aliyun.openservices.oss.OSSException
所有已实现的接口:
Serializable

public class OSSException
extends ServiceException

该异常在对开放存储数据服务(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
 

构造方法详细信息

OSSException

public OSSException()

OSSException

public OSSException(String message)

OSSException

public OSSException(String message,
                    Throwable cause)

OSSException

public OSSException(String message,
                    String errorCode,
                    String requestId,
                    String hostId,
                    String header,
                    String resourceType,
                    String method)
方法详细信息

getHeader

public String getHeader()

getResourceType

public String getResourceType()


Copyright © 2013. All Rights Reserved.