Class LimitedRpcException

All Implemented Interfaces:
InformationException, Serializable

public class LimitedRpcException extends RpcException
Exception to pass to the client when any Throwable occurred during RPC execution when the server runs in live mode. In full DWR it's easy to hide properties when marshalling, see http://directwebremoting.org/dwr/server/configuration/dwrxml/converters/bean.html unfortunately we can't specify more than 1 field in our xml config in the converter contribution.
See Also: