Package org.oracle.okafka.common.errors
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 Summary
ConstructorsConstructorDescriptionFeatureNotSupportedException
(String message) FeatureNotSupportedException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FeatureNotSupportedException
-
FeatureNotSupportedException
-
FeatureNotSupportedException
-
FeatureNotSupportedException
public FeatureNotSupportedException()
-