Searched refs:getCompleteMessage (Results 1 – 5 of 5) sorted by relevance
43 public static String getCompleteMessage(String msg, Throwable t) { in getCompleteMessage() method in ExceptionUtils55 public static String getCompleteMessage(Throwable t) { in getCompleteMessage() method in ExceptionUtils56 return getCompleteMessage(null, t); in getCompleteMessage()
174 final String msg = ExceptionUtils.getCompleteMessage(t); in executeRescueLevel()
296 final String completeMsg = ExceptionUtils.getCompleteMessage(e);815 dispatchSessionFinished(e.error, ExceptionUtils.getCompleteMessage(e), null); in commit()910 dispatchSessionFinished(e.error, ExceptionUtils.getCompleteMessage(e), null); in transfer()
16240 setReturnMessage(ExceptionUtils.getCompleteMessage(msg, e));16250 setReturnMessage(ExceptionUtils.getCompleteMessage(msg, e));
163 fail("Unexpected exception: " + ExceptionUtils.getCompleteMessage(e) + "\n-----\n" in assertUnexpectedException()