com.aliyun.openservices.ots
类 OTSException

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

public class OTSException
extends ServiceException

该异常在对开放结构化数据服务(Open Table Service)访问失败时抛出。

另请参见:
序列化表格

构造方法摘要
OTSException()
          构造函数。
OTSException(String message)
          构造函数。
OTSException(String message, Throwable cause)
          构造函数。
OTSException(String message, Throwable cause, String errorCode, String requestId, String hostId)
          构造函数。
 
方法摘要
 
从类 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
 

构造方法详细信息

OTSException

public OTSException()
构造函数。


OTSException

public OTSException(String message)
构造函数。

参数:
message - 错误消息。

OTSException

public OTSException(String message,
                    Throwable cause)
构造函数。

参数:
message - 错误消息。
cause - 错误原因。

OTSException

public OTSException(String message,
                    Throwable cause,
                    String errorCode,
                    String requestId,
                    String hostId)
构造函数。

参数:
message - 错误消息。
cause - 错误原因。
errorCode - 错误代码。
requestId - Request标识。
hostId - Host标识。


Copyright © 2013. All Rights Reserved.