Lines Matching defs:cause
38 * the public {@link #detail} field is now known as the <i>cause</i>, and
55 * The cause of the remote exception.
85 * message and cause. This constructor sets the {@link #detail}
89 * @param cause the cause
91 public RemoteException(String s, Throwable cause) {
94 detail = cause;
98 * Returns the detail message, including the message from the cause, if
113 * Returns the cause of this exception. This method returns the value
116 * @return the cause, which may be <tt>null</tt>.