Class OperationNotPermittedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryException
io.confluent.kafka.schemaregistry.exceptions.OperationNotPermittedException
- All Implemented Interfaces:
Serializable
The requested operation is not permitted.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOperationNotPermittedException(String message) OperationNotPermittedException(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
-
OperationNotPermittedException
-
OperationNotPermittedException
-
OperationNotPermittedException
-
OperationNotPermittedException
public OperationNotPermittedException()
-