< prev index next >

src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/SOAPExceptionImpl.java

Print this page

        

*** 142,152 **** * called even once. * * @param cause the <code>Throwable</code> object that caused this * <code>SOAPExceptionImpl</code> 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>SOAPExceptionImpl</code> instance * @throws IllegalArgumentException if <code>cause</code> is this * <code>Throwable</code> object. (A <code>Throwable</code> object --- 142,152 ---- * called even once. * * @param cause the <code>Throwable</code> object that caused this * <code>SOAPExceptionImpl</code> 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>SOAPExceptionImpl</code> instance * @throws IllegalArgumentException if <code>cause</code> is this * <code>Throwable</code> object. (A <code>Throwable</code> object
< prev index next >