Java Doc for UnexpectedException.java in » Ajax » GWT » com » google » gwt » user » server » rpc » Java Source Code / Java DocumentationJava Source Code and Java Documentation
The GWT RPC class throws UnexpectedException when a service method, being
invoked by GWT RPC, throws a checked exception that is not in the service
method's signature. Such exceptions are "unexpected" and the specific
exception will be the cause of the UnexpectedException.