Class PivotConfigurationException

All Implemented Interfaces:
Serializable

public class PivotConfigurationException extends RuntimeException
Exception for when the Pivot is configured incorrectly.
See Also:
  • Constructor Details

    • PivotConfigurationException

      public PivotConfigurationException(String message, String result, String remedyFunction)
      Pivot configuration exception.
      Parameters:
      message - Message to display.
      result - Result of the configuration.
      remedyFunction - Remedy function to use.