public static class InvocationException extends Object
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.
Copyright © 2018. All rights reserved.