First, the throwable property is not a supported JAX-RPC type.
首先,throwable属性不是JAX - RPC支持的类型。
I use the method GWT.log , which takes a string and a Throwable as arguments.
我使用GWT . log方法,该方法使用字符串和Throwable作为参数。
There's only one method to implement: public Object invoke (MethodInvocation invocation) throws Throwable.
要实现的方法只有一个:public Object invoke (MethodInvocation invocation) throws Throwable。
应用推荐