Uses of Class
org.apache.dubbo.rpc.service.GenericException
Packages that use GenericException
-
Uses of GenericException in org.apache.dubbo.common.compact
Methods in org.apache.dubbo.common.compact that return GenericExceptionModifier and TypeMethodDescriptionstatic GenericExceptionDubbo2GenericExceptionUtils.newGenericException()static GenericExceptionDubbo2GenericExceptionUtils.newGenericException(String exceptionMessage) static GenericExceptionDubbo2GenericExceptionUtils.newGenericException(String exceptionClass, String exceptionMessage) static GenericExceptionDubbo2GenericExceptionUtils.newGenericException(String message, Throwable cause, String exceptionClass, String exceptionMessage) static GenericExceptionDubbo2GenericExceptionUtils.newGenericException(Throwable cause) Methods in org.apache.dubbo.common.compact that return types with arguments of type GenericExceptionModifier and TypeMethodDescriptionstatic Class<? extends GenericException> Dubbo2GenericExceptionUtils.getGenericExceptionClass() -
Uses of GenericException in org.apache.dubbo.rpc.service
Methods in org.apache.dubbo.rpc.service that throw GenericException