KickJava   Java API By Example, From Geeks To Geeks.

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

javax.xml.registry
Class RegistryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.xml.registry.JAXRException
              extended byjavax.xml.registry.RegistryException
All Implemented Interfaces:
JAXRResponse, Serializable
Direct Known Subclasses:
DeleteException, FindException, SaveException
See Also:
Top Examples, Source Code

public Key getErrorObjectKey()
                      throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


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


public void setErrorObjectKey(Key key)
                       throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags