Package spark.embeddedserver
Class NotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
spark.embeddedserver.NotSupportedException
- All Implemented Interfaces:
Serializable
Used to indicate that a feature is not supported for the specific embedded server.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
NotSupportedException
-
-
Method Details
-
raise
Raises a NotSupportedException for the provided class name and feature name.- Parameters:
clazz
- the class namefeature
- the feature name
-