com.alibaba.dubbo.rpc.service
Class GenericException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.alibaba.dubbo.rpc.service.GenericException
- All Implemented Interfaces:
- Serializable
public class GenericException
- extends RuntimeException
GenericException
- Author:
- william.liangf
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GenericException
public GenericException()
GenericException
public GenericException(String exceptionClass,
String exceptionMessage)
GenericException
public GenericException(Throwable cause)
getExceptionClass
public String getExceptionClass()
setExceptionClass
public void setExceptionClass(String exceptionClass)
getExceptionMessage
public String getExceptionMessage()
setExceptionMessage
public void setExceptionMessage(String exceptionMessage)
Copyright © 2012–2017 Alibaba. All rights reserved.