Class GenericRequestErrorContext

All Implemented Interfaces:
Context

@Uncommitted
public class GenericRequestErrorContext
extends ErrorContext
This generic error context can be constructed from any request and will pull out as much information as possible.
  • Constructor Details

    • GenericRequestErrorContext

      public GenericRequestErrorContext​(Request<?> request)
  • Method Details

    • injectExportableParams

      public void injectExportableParams​(Map<String,​Object> input)
      Description copied from class: AbstractContext
      This method needs to be implemented by the actual context implementations to inject the params they need for exporting.
      Overrides:
      injectExportableParams in class ErrorContext
      Parameters:
      input - pass exportable params in here.