Class NotAvailableFeatureException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NotAvailableFreemarkerServletException

public class NotAvailableFeatureException extends RequestException
Exception that indicates that a feature could not be used since it is not available.
See Also:
  • Constructor Details

    • NotAvailableFeatureException

      public NotAvailableFeatureException(String message, Throwable e)
      Constructor.
      Parameters:
      message - The detail message.
      e - The cause to be wrapped.