类 ExceptionFilter

  • 所有已实现的接口:
    Filter

    @Activate(group="provider")
    public class ExceptionFilter
    extends 
    implements Filter
    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
    • 构造器详细资料

      • ExceptionFilter

        public ExceptionFilter()
      • ExceptionFilter

        public ExceptionFilter​(Logger logger)