Package spark.embeddedserver
Class NotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- spark.embeddedserver.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.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-