类 IgnoredExceptionConstructInterceptor

java.lang.Object
org.apache.skywalking.apm.toolkit.activation.trace.IgnoredExceptionConstructInterceptor
所有已实现的接口:
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceConstructorInterceptor

public class IgnoredExceptionConstructInterceptor extends Object implements org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceConstructorInterceptor
  • 构造器详细资料

    • IgnoredExceptionConstructInterceptor

      public IgnoredExceptionConstructInterceptor()
  • 方法详细资料

    • onConstruct

      public void onConstruct(org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.EnhancedInstance objInst, Object[] allArguments)
      Inject a tag field to mark the exception should be not thought error status.
      指定者:
      onConstruct 在接口中 org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceConstructorInterceptor