qihoo.open.v1.common
类 QihooOpenException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 qihoo.open.v1.common.QihooOpenException
所有已实现的接口:
Serializable

public class QihooOpenException
extends Exception

QH360 sdk异常类

作者:
QH
另请参见:
序列化表格

构造方法摘要
QihooOpenException(Exception cause)
           
QihooOpenException(int statusCode)
           
QihooOpenException(String msg)
           
QihooOpenException(String msg, Exception cause)
           
QihooOpenException(String msg, Exception cause, int statusCode)
           
QihooOpenException(String msg, int statusCode)
           
QihooOpenException(String msg, JSONObject json, int statusCode)
           
QihooOpenException(String msg, String errorCode)
           
 
方法摘要
 String getError()
           
 int getErrorCode()
           
 String getRequest()
           
 int getStatusCode()
           
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

QihooOpenException

public QihooOpenException(String msg)

QihooOpenException

public QihooOpenException(Exception cause)

QihooOpenException

public QihooOpenException(String msg,
                          int statusCode)
                   throws JSONException
抛出:
JSONException

QihooOpenException

public QihooOpenException(String msg,
                          JSONObject json,
                          int statusCode)
                   throws JSONException
抛出:
JSONException

QihooOpenException

public QihooOpenException(String msg,
                          Exception cause)

QihooOpenException

public QihooOpenException(String msg,
                          Exception cause,
                          int statusCode)

QihooOpenException

public QihooOpenException(int statusCode)

QihooOpenException

public QihooOpenException(String msg,
                          String errorCode)
方法详细信息

getStatusCode

public int getStatusCode()

getErrorCode

public int getErrorCode()

getRequest

public String getRequest()

getError

public String getError()


Copyright © 2013. All rights reserved.