类 ApplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.walker.infrastructure.core.NestedCheckedException
com.walker.infrastructure.ApplicationException
- 所有已实现的接口:
Serializable
应用程序的基础异常定义,业务应用的所有特定异常必须继承该对象。
- 作者:
- shikeying
- 另请参阅:
-
构造器概要
构造器构造器说明ApplicationException(String code, String msg) ApplicationException(String code, String msg, Throwable cause) ApplicationException(String msg, Throwable cause) -
方法概要
从类继承的方法 com.walker.infrastructure.core.NestedCheckedException
contains, getMessage, getMostSpecificCause, getRootCause
-
构造器详细资料
-
ApplicationException
public ApplicationException() -
ApplicationException
-
ApplicationException
-
ApplicationException
-
ApplicationException
-
-
方法详细资料
-
getCode
-