Class NotSupportedException

All Implemented Interfaces:
Serializable

public class NotSupportedException extends RuntimeException
Used to indicate that a feature is not supported for the specific embedded server.
See Also:
  • Field Details

  • Constructor Details

    • NotSupportedException

      private NotSupportedException(String clazz, String feature)
  • Method Details

    • raise

      public static void raise(String clazz, String feature)
      Raises a NotSupportedException for the provided class name and feature name.
      Parameters:
      clazz - the class name
      feature - the feature name