类 ServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cn.t.common.service.ServiceException
-
- 所有已实现的接口:
Serializable
public class ServiceException extends RuntimeException
-
-
构造器概要
构造器 构造器 说明 ServiceException(ErrorInfo errorInfo)ServiceException(ErrorInfo errorInfo, Object data)ServiceException(String code, String message)ServiceException(String code, String message, Object data)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetCode()ObjectgetData()StringgetMessage()StringtoString()
-
-
-
构造器详细资料
-
ServiceException
public ServiceException(ErrorInfo errorInfo)
-
-