Lines Matching defs:message
56 * @param message human-oriented message
58 public ExceptionWithContext(String message) {
59 this(message, null);
74 * @param message human-oriented message
77 public ExceptionWithContext(String message, Throwable cause) {
78 super((message != null) ? message :
131 * Prints the message and context.
141 * Prints the message and context.