KickJava   Java API By Example, From Geeks To Geeks.

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

javax.xml.registry
Class FindException

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

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


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


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


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

Popular Tags