FeatureNotEnabledException

public class FeatureNotEnabledException extends RemoteException

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.