Class RowSecurityViolationException

All Implemented Interfaces:
Serializable, TraceableException

public class RowSecurityViolationException extends IgniteException
Exception is raised when a user tries to violate one of the configured row-level security policies.
See Also:
  • Constructor Details

    • RowSecurityViolationException

      public RowSecurityViolationException()
    • RowSecurityViolationException

      public RowSecurityViolationException(UUID traceId, int code, String message, @Nullable @Nullable Throwable cause)
      Creates a new row security violation exception with the given trace id, error code, detail message and cause.
      Parameters:
      traceId - The unique trace Id
      code - The error code
      message - The exception message
      cause - The exception cause