Class InputGuardrailException

All Implemented Interfaces:
Serializable

public final class InputGuardrailException extends GuardrailException
Exception thrown when an input guardrail validation fails.

This class is not intended to be thrown within guardrail implementations. It is for the framework only. It is ok to catch it.

See Also:
  • Constructor Details

    • InputGuardrailException

      public InputGuardrailException(String message)
    • InputGuardrailException

      public InputGuardrailException(String message, Throwable cause)