KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > soap > SOAPException

javax.xml.soap
Class SOAPException

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

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 Throwable initCause(Throwable cause)
See Also:
IllegalStateException, IllegalArgumentException, getCause(), SOAPException(String,Throwable), SOAPException(Throwable)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


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

Popular Tags