类 GenericException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.alibaba.dubbo.rpc.service.GenericException
-
- 所有已实现的接口:
Serializable
public class GenericException extends RuntimeException
GenericException- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 GenericException()
GenericException(String exceptionClass, String exceptionMessage)
GenericException(Throwable cause)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 String
getExceptionClass()
String
getExceptionMessage()
void
setExceptionClass(String exceptionClass)
void
setExceptionMessage(String exceptionMessage)
-