diff --git a/src/org/jacorb/orb/portableInterceptor/RequestInfoImpl.java b/src/org/jacorb/orb/portableInterceptor/RequestInfoImpl.java index 044a599..fc09719 100644 --- a/src/org/jacorb/orb/portableInterceptor/RequestInfoImpl.java +++ b/src/org/jacorb/orb/portableInterceptor/RequestInfoImpl.java @@ -192,7 +192,7 @@ public abstract class RequestInfoImpl if (result == null) { - throw new BAD_PARAM("No ServiceContext with id " + id, 23, CompletionStatus.COMPLETED_MAYBE); + throw new BAD_PARAM("No ServiceContext with id " + id, 26, CompletionStatus.COMPLETED_MAYBE); } return result; @@ -209,7 +209,7 @@ public abstract class RequestInfoImpl if (result == null) { - throw new BAD_PARAM("No ServiceContext with id " + id, 23, CompletionStatus.COMPLETED_MAYBE); + throw new BAD_PARAM("No ServiceContext with id " + id, 26, CompletionStatus.COMPLETED_MAYBE); } return result;