Class FailureContext

java.lang.Object
org.hibernate.search.engine.reporting.FailureContext
Direct Known Subclasses:
EntityIndexingFailureContext

public class FailureContext extends Object
Contextual information about a failing background operation.
  • Field Details

    • throwable

      protected final Throwable throwable
    • failingOperation

      protected final Object failingOperation
  • Method Details