Lines Matching defs:cause
35 * {@link #detail} field is now known as the <i>cause</i>, and may be
50 * The cause of the exception.
76 * detail message and cause.
79 * @param cause the cause
81 public ServerCloneException(String s, Exception cause) {
84 detail = cause;
88 * Returns the detail message, including the message from the cause, if
103 * Returns the cause of this exception. This method returns the value
106 * @return the cause, which may be <tt>null</tt>.