Uses of Class
io.vertx.serviceproxy.ServiceException
-
Packages that use ServiceException Package Description io.vertx.serviceproxy -
-
Uses of ServiceException in io.vertx.serviceproxy
Methods in io.vertx.serviceproxy that return ServiceException Modifier and Type Method Description ServiceException
ServiceExceptionMessageCodec. decodeFromWire(int pos, Buffer buffer)
ServiceException
ServiceExceptionMessageCodec. transform(ServiceException exception)
Methods in io.vertx.serviceproxy with parameters of type ServiceException Modifier and Type Method Description void
ServiceExceptionMessageCodec. encodeToWire(Buffer buffer, ServiceException body)
ServiceException
ServiceExceptionMessageCodec. transform(ServiceException exception)
-