|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.google.gwt.user.client.rpc.InvocationException
public class InvocationException
Occurs when a service invocation did not complete cleanly.
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 Summary | |
---|---|
InvocationException(java.lang.String s)
Constructs an exception with the given description. |
|
InvocationException(java.lang.String s,
java.lang.Throwable cause)
Constructs an exception with the given description and cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvocationException(java.lang.String s)
s
- the exception's description.public InvocationException(java.lang.String s, java.lang.Throwable cause)
s
- the exception's description.cause
- the exception's cause.
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |