KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > rpc > JAXRPCException

javax.xml.rpc
Class JAXRPCException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.xml.rpc.JAXRPCException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

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


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


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


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


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

Popular Tags