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.