KickJava   Java API By Example, From Geeks To Geeks.

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

javax.xml.registry
Class DeleteException

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.DeleteException
All Implemented Interfaces:
JAXRResponse, Serializable
See Also:
Source Code

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


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


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


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

Popular Tags