Package com.linkedin.venice.exceptions
Class VeniceRetriableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linkedin.venice.exceptions.VeniceException
com.linkedin.venice.exceptions.VeniceRetriableException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PubSubClientRetriableException,- VeniceTimeoutException
Interface for all Venice exceptions that are retriable.
- See Also:
- 
Field SummaryFields inherited from class com.linkedin.venice.exceptions.VeniceExceptionerrorType
- 
Constructor SummaryConstructorsConstructorDescriptionVeniceRetriableException(String message) VeniceRetriableException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class com.linkedin.venice.exceptions.VeniceExceptiongetErrorType, getHttpStatusCodeMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
VeniceRetriableException
- 
VeniceRetriableException
 
-