FeatureNotSupportedException

  • The FeatureNotSupportedException class is deprecated.

  • The Stream Protect API will be shut down in 2023.

  • This exception is thrown when a Stream Protect API is called but is not supported.

  • Both constructors for this class are deprecated.

public class FeatureNotSupportedException extends RemoteException

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.