Class FlyWheelConfigurationException

All Implemented Interfaces:
Serializable

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

    • FlyWheelConfigurationException

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