Name

UnsupportedCapabilityException

Synopsis

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( )

Get Java Web Services in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.