Class PubSubOpTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linkedin.venice.exceptions.VeniceException
com.linkedin.venice.exceptions.VeniceRetriableException
com.linkedin.venice.pubsub.api.exceptions.PubSubClientRetriableException
com.linkedin.venice.pubsub.api.exceptions.PubSubOpTimeoutException
- All Implemented Interfaces:
- Serializable
Used when an operation against PubSub failed to complete in time.
- See Also:
- 
Field SummaryFields inherited from class com.linkedin.venice.exceptions.VeniceExceptionerrorType
- 
Constructor SummaryConstructorsConstructorDescriptionPubSubOpTimeoutException(String message) PubSubOpTimeoutException(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- 
PubSubOpTimeoutException
- 
PubSubOpTimeoutException
 
-