diff --git a/akka-actor/src/main/scala/akka/japi/JavaAPI.scala b/akka-actor/src/main/scala/akka/japi/JavaAPI.scala
index d3123153da..b5a53d1fe5 100644
--- a/akka-actor/src/main/scala/akka/japi/JavaAPI.scala
+++ b/akka-actor/src/main/scala/akka/japi/JavaAPI.scala
@@ -58,6 +58,10 @@ object PurePartialFunction {
* `isCheck == true` and the latter to `isCheck == false` for those cases where
* this is important to know.
*
+ * Failure to match is signaled by throwing `noMatch()`, i.e. not returning
+ * normally (the exception used in this case is pre-allocated, hence not
+ * that expensive).
+ *
* {{{
* new PurePartialFunction