Class NotSupportedException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NotSupportedException​(java.lang.String clazz, java.lang.String feature)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void raise​(java.lang.String clazz, java.lang.String feature)
      Raises a NotSupportedException for the provided class name and feature name.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NotSupportedException

        private NotSupportedException​(java.lang.String clazz,
                                      java.lang.String feature)
    • Method Detail

      • raise

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