ServiceDefTarget.NoServiceEntryPointSpecifiedException
A service invocation completes cleanly if
A service invocation can fail to complete cleanly for many reasons, including
Note that it is possible for this exception to be thrown even if the service was invoked successfully on the server. This could be the case, for example, if a network failure happened after the invocation request was sent but before the response was received.
InvocationException(String) | Constructs an exception with the given description. |
InvocationException(String, Throwable) | Constructs an exception with the given description and cause. |