Class RetriableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openmetadata.service.events.errors.EventPublisherException
org.openmetadata.service.events.errors.RetriableException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SearchRetriableException
A retriable exception is a transient exception that if retried may succeed.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRetriableException(String message) protectedRetriableException(String message, Throwable cause) protectedRetriableException(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
-
RetriableException
-
RetriableException
-
RetriableException
-