June 2003
Intermediate to advanced
672 pages
23h 48m
English
UnsupportedCapabilityException
public class UnsupportedCapabilityException extends JAXRException {
// Public Constructors
public UnsupportedCapabilityException( );
public UnsupportedCapabilityException( Throwable cause);
public UnsupportedCapabilityException( String reason);
public UnsupportedCapabilityException(String reason, Throwable cause);
}UnsupportedCapabilityException is thrown when an
optional method that a JAXR provider does not implement is invoked.
For example, the createFederatedConnection( )
method of ConnectionFactory may throw this
exception, since support for FederatedConnections
is optional.
LifeCycleManager.createObject( ),
RegistryService.getDeclarativeQueryManager( )
Read now
Unlock full access