Package com.alibaba.dubbo.rpc.service
Class GenericException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.dubbo.rpc.service.GenericException
com.alibaba.dubbo.rpc.service.GenericException
- All Implemented Interfaces:
Serializable
Deprecated.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.GenericException(String exceptionMessage) Deprecated.GenericException(String exceptionClass, String exceptionMessage) Deprecated.GenericException(String message, Throwable cause, String exceptionClass, String exceptionMessage) Deprecated.GenericException(Throwable cause) Deprecated. -
Method Summary
Methods inherited from class org.apache.dubbo.rpc.service.GenericException
getExceptionClass, getExceptionMessage, setExceptionClass, setExceptionMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString