We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d394cef commit 7c44a4eCopy full SHA for 7c44a4e
1 file changed
core/src/main/java/io/grpc/StatusException.java
@@ -34,9 +34,9 @@
34
import javax.annotation.Nullable;
35
36
/**
37
- * {@link Status} in Exception form, for propagating Status information via exceptions.
38
- *
39
- * @see StatusRuntimeException
+ * {@link Status} in Exception form, for propagating Status information via exceptions. This is
+ * semantically equivalent to {@link StatusRuntimeException}, except for usage in APIs that promote
+ * checked exceptions. gRPC's stubs favor {@code StatusRuntimeException}.
40
*/
41
public class StatusException extends Exception {
42
private static final long serialVersionUID = -660954903976144640L;
0 commit comments