< prev index next >

src/java.xml.ws/share/classes/javax/xml/soap/SOAPException.java

Print this page

        

*** 139,149 **** * called even once. * * @param cause the {@code Throwable} object that caused this * {@code SOAPException} object to be thrown. The value of this * parameter is saved for later retrieval by the ! * {@link #getCause()} method. A {@code null} value is * permitted and indicates that the cause is nonexistent or * unknown. * @return a reference to this {@code SOAPException} instance * @throws IllegalArgumentException if {@code cause} is this * {@code Throwable} object. (A {@code Throwable} object --- 139,149 ---- * called even once. * * @param cause the {@code Throwable} object that caused this * {@code SOAPException} object to be thrown. The value of this * parameter is saved for later retrieval by the ! * {@link #getCause()} method. A <tt>null</tt> value is * permitted and indicates that the cause is nonexistent or * unknown. * @return a reference to this {@code SOAPException} instance * @throws IllegalArgumentException if {@code cause} is this * {@code Throwable} object. (A {@code Throwable} object
< prev index next >