KickJava   Java API By Example, From Geeks To Geeks.

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

javax.xml.registry
Class JAXRException

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

protected Throwable cause
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


public String getRequestId()
See Also:
JAXRResponse
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getStatus()
See Also:
JAXRResponse.STATUS_SUCCESS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Throwable initCause(Throwable cause)
See Also:
JAXRException(String,Throwable), JAXRException(Throwable), IllegalStateException, IllegalArgumentException, getCause()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isAvailable()
                    throws JAXRException
See Also:
JAXRResponse
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


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

Popular Tags