Class ResourceClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.confluent.kafkarest.exceptions.ResourceClosedException
- All Implemented Interfaces:
Serializable
Exception thrown when attempting to use a producer that has been closed due to cache eviction.
This is a retriable exception - the operation can be retried with a fresh producer from cache.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceClosedException(String message) ResourceClosedException(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
-
ResourceClosedException
-
ResourceClosedException
-