public class InvocationException extends RuntimeException
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.
Constructor and Description |
---|
InvocationException(String s)
Constructs an exception with the given description.
|
InvocationException(String s,
Throwable cause)
Constructs an exception with the given description and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public InvocationException(String s)
s
- the exception's description.Copyright © 2018. All rights reserved.