Uses of Class
org.dvb.spi.ict.ResourceLoadException

Packages that use ResourceLoadException
org.dvb.spi.ict This package enables the GEM return channel application download mechanism to be used with non-standard, proprietary or market specific protocols. 
 

Uses of ResourceLoadException in org.dvb.spi.ict
 

Subclasses of ResourceLoadException in org.dvb.spi.ict
 class ResourceNotFoundException
          This exception is thrown when an attempt is made to load a resource via interaction channel transport, and the provider determines that the resource does not exist.
 

Methods in org.dvb.spi.ict that throw ResourceLoadException
 void ResourceTransportObject.loadMetadata(AsyncResourceLoadListener listener)
          Load the resource metadata (existence flag, content length, and MIME type) for this resource.
 void ResourceTransportObject.synchronousLoad()
          Load the resource.