Class PIIDetectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.alibaba.cloud.ai.graph.agent.hook.pii.PIIDetectionException
All Implemented Interfaces:
Serializable

public class PIIDetectionException extends RuntimeException
Exception raised when PII is detected with BLOCK strategy.
See Also:
  • Constructor Details

    • PIIDetectionException

      public PIIDetectionException(String piiType, List<PIIMatch> matches)
  • Method Details