UnsupportedCapabilityException

   
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 FederatedConnection s is optional.

Thrown By

LifeCycleManager.createObject( ) , RegistryService.getDeclarativeQueryManager( )


   


Java Web Services in a Nutshell
Java Web Services in a Nutshell
ISBN: 0596003994
EAN: 2147483647
Year: 2003
Pages: 257
Authors: Kim Topley

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net