AI-generated Key Takeaways
-
FeatureNotSupportedException
signals that the Stream Protect API, which is set to shutdown in 2023, does not support a called feature. -
This exception is a subclass of
RemoteException
and is itself deprecated. -
It can be constructed with or without a custom message detailing the unsupported feature.
-
Task
objects throw this exception when encountering unsupported Stream Protect functionalities.
This class is deprecated.
The Stream Protect API will be shutdown in 2023.
Exception set by Task
when Stream Protect is not supported but an API is
called.
Public Constructor Summary
FeatureNotSupportedException()
This constructor is deprecated. The Stream Protect API will be shutdown in
2023.
|
|
FeatureNotSupportedException(String name)
This constructor is deprecated. The Stream Protect API will be shutdown in
2023.
|
Inherited Method Summary
Public Constructors
public FeatureNotSupportedException ()
This constructor is deprecated.
The Stream Protect API will be shutdown in 2023.
Exception without message.
public FeatureNotSupportedException (String name)
This constructor is deprecated.
The Stream Protect API will be shutdown in 2023.
Exception with message.