Searched refs:toStatusRuntimeException (Results 1 – 3 of 3) sorted by relevance
45 public void toStatusRuntimeException() throws Exception { in toStatusRuntimeException() method in StatusProtoTest46 StatusRuntimeException sre = StatusProto.toStatusRuntimeException(STATUS_PROTO); in toStatusRuntimeException()56 StatusRuntimeException sre = StatusProto.toStatusRuntimeException(STATUS_PROTO, metadata); in toStatusRuntimeExceptionWithMetadata_shouldIncludeMetadata()69 StatusProto.toStatusRuntimeException(STATUS_PROTO, null); in toStatusRuntimeExceptionWithMetadata_shouldThrowIfMetadataIsNull()79 StatusProto.toStatusRuntimeException(INVALID_STATUS_PROTO); in toStatusRuntimeException_shouldThrowIfStatusCodeInvalid()147 StatusRuntimeException sre = StatusProto.toStatusRuntimeException(STATUS_PROTO); in fromThrowableWithNestedStatusRuntimeException()
51 public static StatusRuntimeException toStatusRuntimeException(com.google.rpc.Status statusProto) { in toStatusRuntimeException() method in StatusProto68 public static StatusRuntimeException toStatusRuntimeException( in toStatusRuntimeException() method in StatusProto
214 throw toStatusRuntimeException(e.getCause()); in getUnchecked()224 private static StatusRuntimeException toStatusRuntimeException(Throwable t) { in toStatusRuntimeException() method in ClientCalls