类 CattleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cattleframework.exception.CattleException
- 所有已实现的接口:
Serializable
- 直接已知子类:
CattleResponseException
通用异常
- 作者:
- orange
- 另请参阅:
-
构造器概要
构造器构造器说明CattleException(Integer code, String message) CattleException(Integer code, String message, Throwable cause) CattleException(String message) CattleException(String message, Throwable cause) -
方法概要
-
构造器详细资料
-
CattleException
-
CattleException
-
CattleException
-
CattleException
-
-
方法详细资料
-
getCode
public int getCode()
-