类 ExceptionFilter

  • 所有已实现的接口:
    Filter, Filter.Listener

    @Activate(group="provider")
    public class ExceptionFilter
    extends Object
    implements Filter, Filter.Listener
    ExceptionInvokerFilter

    Functions:

    1. unexpected exception will be logged in ERROR level on provider side. Unexpected exception are unchecked exception not declared on the interface
    2. Wrap the exception not introduced in API package into RuntimeException. Framework will serialize the outer exception but stringnize its cause in order to avoid of possible serialization problem on client side