Uses of Class
solar.service.routing.RoutingException

Packages that use RoutingException
solar.service.routing Contains the data routing service, currently not used by Solar. 
 

Uses of RoutingException in solar.service.routing
 

Methods in solar.service.routing that throw RoutingException
 Address DirectRoutingService.getNextHop(Address dest)
           
 Address ManualRoutingService.getNextHop(Address dest)
           
 Address RoutingService.getNextHop(Address dest)
          Return the next hop for the messages with specified destination.