Class RetriableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openmetadata.service.events.errors.EventPublisherException
-
- org.openmetadata.service.events.errors.RetriableException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlertRetriableException,SearchRetriableException
public abstract class RetriableException extends EventPublisherException
A retriable exception is a transient exception that if retried may succeed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRetriableException(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
-
-