Uses of Class
org.oasisopen.sca.ServiceRuntimeException

Packages that use ServiceRuntimeException
org.oasisopen.sca Provides SCA common API definitions for Java. 
org.oasisopen.sca.client.impl   
 

Uses of ServiceRuntimeException in org.oasisopen.sca
 

Subclasses of ServiceRuntimeException in org.oasisopen.sca
 class InvalidServiceException
          This exception signals that the ServiceReference is no longer valid.
 class ServiceUnavailableException
          This exception signals problems in the interaction with remote services.
 

Uses of ServiceRuntimeException in org.oasisopen.sca.client.impl
 

Methods in org.oasisopen.sca.client.impl that throw ServiceRuntimeException
 SCAClientFactory SCAClientFactoryFinderImpl.find(java.util.Properties properties, java.lang.ClassLoader classLoader, java.net.URI domainURI)
          Creates an instance of the SCAClientFactorySPI implementation.