Page Summary
-
FeatureNotEnabledException is a deprecated class that extends RemoteException.
-
This exception is thrown when a Stream Protect API is called but Stream Protect is not enabled.
-
The Stream Protect API, and thus this exception class and its constructors, will be shut down in 2023.
This class is deprecated.
The Stream Protect API will be shutdown in 2023.
Exception set by Task when Stream Protect is not enabled, but an API is
called which requires Stream Protect to be enabled.
Public Constructor Summary
|
FeatureNotEnabledException()
This constructor is deprecated. The Stream Protect API will be shutdown in
2023.
|
|
|
FeatureNotEnabledException(String name)
This constructor is deprecated. The Stream Protect API will be shutdown in
2023.
|
Inherited Method Summary
Public Constructors
public FeatureNotEnabledException ()
This constructor is deprecated.
The Stream Protect API will be shutdown in 2023.
Exception without message.
public FeatureNotEnabledException (String name)
This constructor is deprecated.
The Stream Protect API will be shutdown in 2023.
Exception with message.