Class HookFeatureIsNotSupportedException

All Implemented Interfaces:
Serializable

public class HookFeatureIsNotSupportedException extends HookException
This exception is thrown if the underlying provider of the HookContext does not support the requested HookFeature.
Since:
1.33
See Also:
  • Constructor Details

    • HookFeatureIsNotSupportedException

      public HookFeatureIsNotSupportedException(HookFeature unsupportedFeature)
    • HookFeatureIsNotSupportedException

      public HookFeatureIsNotSupportedException(String message, HookFeature unsupportedFeature)
  • Method Details

    • getUnsupportedFeature

      public HookFeature getUnsupportedFeature()