Previous section   Next section
UnsupportedCapabilityException javax.xml.registry

JAXR 1.0; JWSDP 1.0, J2EE 1.4 serializable checked
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.

Thrown By

LifeCycleManager.createObject( ), RegistryService.getDeclarativeQueryManager( )


  Previous section   Next section