KickJava   Java API By Example, From Geeks To Geeks.

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

javax.xml.registry
Class SaveException

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

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


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


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


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

Popular Tags