25262728293031
* */ public class ExceptionCall implements CallAction{ public void execute(String sessionId, WampArguments args, CallResultSender sender) throws CallException { throw new CallException("Test error", "details"); }