KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > UnsupportedCapabilityException

javax.xml.registry
Class UnsupportedCapabilityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.xml.registry.JAXRException
              extended byjavax.xml.registry.UnsupportedCapabilityException
All Implemented Interfaces:
JAXRResponse, Serializable
See Also:
Source Code, RegistryService

public UnsupportedCapabilityException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public UnsupportedCapabilityException(String reason)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public UnsupportedCapabilityException(String reason,
                                      Throwable cause)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public UnsupportedCapabilityException(Throwable cause)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags