Searched refs:formatThrowableMessage (Results 1 – 3 of 3) sorted by relevance
52 super(Status.formatThrowableMessage(status), status.getCause()); in StatusException()
54 super(Status.formatThrowableMessage(status), status.getCause()); in StatusRuntimeException()
422 static String formatThrowableMessage(Status status) { in formatThrowableMessage() method in Status