Class FeatureNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.oracle.okafka.common.AQException
org.oracle.okafka.common.errors.FeatureNotSupportedException
All Implemented Interfaces:
Serializable

public class FeatureNotSupportedException extends org.oracle.okafka.common.AQException
If a method/api is not supported then this exception is thrown.
See Also:
  • Constructor Details

    • FeatureNotSupportedException

      public FeatureNotSupportedException(String message, Throwable cause)
    • FeatureNotSupportedException

      public FeatureNotSupportedException(String message)
    • FeatureNotSupportedException

      public FeatureNotSupportedException(Throwable cause)
    • FeatureNotSupportedException

      public FeatureNotSupportedException()