List of usage examples for javax.xml.registry UnsupportedCapabilityException UnsupportedCapabilityException
public UnsupportedCapabilityException()
JAXRException
object with no reason or embedded Throwable. 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(); }