KickJava   Java API By Example, From Geeks To Geeks.

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

javax.xml.registry
Class InvalidRequestException

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

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


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


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


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

Popular Tags