类 MochowClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.baidu.mochow.exception.MochowClientException
- 所有已实现的接口:
Serializable
- 直接已知子类:
MochowServiceException
Base exception class for any errors that occur on the client side when attempting to access a Mochow service API.
- 另请参阅:
-
构造器概要
构造器构造器说明MochowClientException(String message) Constructs a new MochowClientException with the specified detail message.MochowClientException(String message, Throwable cause) Constructs a new MochowClientException with the specified detail message and the underlying cause. -
方法概要
-
构造器详细资料
-
MochowClientException
Constructs a new MochowClientException with the specified detail message.- 参数:
message- the detail error message.
-
MochowClientException
Constructs a new MochowClientException with the specified detail message and the underlying cause.- 参数:
message- the detail error message.cause- the underlying cause of this exception.
-