Uses of Class
solar.util.SolarException

Packages that use SolarException
solar.api Contains some basic Solar APIs, such as event, attribute, and request. 
solar.module.cache Contains the caching module. 
solar.module.protocol   
solar.service Contains the core Solar service framework. 
solar.service.dan Contains DAN (Data Aggregation Network) service and related classes. 
solar.service.directory Contains directory service that allows name advertisements and lookups. 
solar.service.fap Contains FAP (Filter-and-Pipe) service and related classes. 
solar.service.fork   
solar.service.mcode Contains mobile code service that manages logical mobility. 
solar.service.mhost Contains mobile host service that manages physical mobility. 
solar.service.multicast Contains the event multicasting service. 
solar.service.pack Contains the PACK service that allows customized flow-control polices. 
solar.service.pubsub   
solar.service.rmtobj Contains the service to monitor the liveness of and communicate with remote objects. 
solar.service.routing Contains the data routing service, currently not used by Solar. 
solar.service.rpc Contains the simulated RPC service. 
solar.service.transport Contains the data transport service. 
 

Uses of SolarException in solar.api
 

Subclasses of SolarException in solar.api
 class ParsingException
          The exception thrown by a (such as name, event, and others) parser.
 

Uses of SolarException in solar.module.cache
 

Subclasses of SolarException in solar.module.cache
 class CacheException
          A generic exception thrown by cache module.
 

Uses of SolarException in solar.module.protocol
 

Subclasses of SolarException in solar.module.protocol
 class BufferFullException
          A generic exception thrown by cache module.
 

Uses of SolarException in solar.service
 

Subclasses of SolarException in solar.service
 class ServiceException
          A generic exception thrown by Solar services.
 

Uses of SolarException in solar.service.dan
 

Subclasses of SolarException in solar.service.dan
 class DanException
          An exception thrown by the operator-graph service.
 

Uses of SolarException in solar.service.directory
 

Subclasses of SolarException in solar.service.directory
 class DirectoryException
          An exception thrown by directory services.
 

Uses of SolarException in solar.service.fap
 

Subclasses of SolarException in solar.service.fap
 class FapException
          An exception thrown by Filter-and-Pipe (FAP) service.
 

Uses of SolarException in solar.service.fork
 

Subclasses of SolarException in solar.service.fork
 class ForkException
          A generic exception thrown by mobile host services.
 

Uses of SolarException in solar.service.mcode
 

Subclasses of SolarException in solar.service.mcode
 class MobileCodeException
          A generic exception thrown by mobile code services.
 

Uses of SolarException in solar.service.mhost
 

Subclasses of SolarException in solar.service.mhost
 class MobileHostException
          A generic exception thrown by mobile host services.
 

Uses of SolarException in solar.service.multicast
 

Subclasses of SolarException in solar.service.multicast
 class MulticastException
          An exception thrown by multicast services.
 

Uses of SolarException in solar.service.pack
 

Subclasses of SolarException in solar.service.pack
 class PackException
          An exception thrown by PACK services.
 

Uses of SolarException in solar.service.pubsub
 

Subclasses of SolarException in solar.service.pubsub
 class PubSubException
          An exception thrown by PubSub services.
 

Uses of SolarException in solar.service.rmtobj
 

Subclasses of SolarException in solar.service.rmtobj
 class RemoteObjectException
          An exception thrown by the remote object service.
 

Uses of SolarException in solar.service.routing
 

Subclasses of SolarException in solar.service.routing
 class RoutingException
          A generic exception thrown by routing services.
 

Uses of SolarException in solar.service.rpc
 

Subclasses of SolarException in solar.service.rpc
 class RpcException
          A generic exception thrown by RPC services.
 

Uses of SolarException in solar.service.transport
 

Subclasses of SolarException in solar.service.transport
 class TransportException
          The exception thrown by transport layer.