Example usage for javax.xml.registry UnsupportedCapabilityException UnsupportedCapabilityException

List of usage examples for javax.xml.registry UnsupportedCapabilityException UnsupportedCapabilityException

Introduction

In this page you can find the example usage for javax.xml.registry UnsupportedCapabilityException UnsupportedCapabilityException.

Prototype

public UnsupportedCapabilityException() 

Source Link

Document

Constructs a JAXRException object with no reason or embedded Throwable.

Usage

From source file:org.apache.ws.scout.registry.BusinessQueryManagerImpl.java

public BulkResponse findRegistryPackages(Collection findQualifiers, Collection namePatterns,
        Collection classifications, Collection externalLinks) throws JAXRException {
    throw new UnsupportedCapabilityException();
}

From source file:org.apache.ws.scout.registry.BusinessQueryManagerImpl.java

public RegistryObject getRegistryObject(String id) throws JAXRException {
    throw new UnsupportedCapabilityException();
}

From source file:org.apache.ws.scout.registry.BusinessQueryManagerImpl.java

public BulkResponse getRegistryObjects(Collection objectKeys) throws JAXRException {
    throw new UnsupportedCapabilityException();
}