Class PubSubTopicDoesNotExistException
- 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.PubSubTopicDoesNotExistException
-
- All Implemented Interfaces:
java.io.Serializable
public class PubSubTopicDoesNotExistException extends PubSubClientRetriableException
The source or destination topic for the replication request does not exit- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.linkedin.venice.exceptions.VeniceException
errorType
-
-
Constructor Summary
Constructors Constructor Description PubSubTopicDoesNotExistException(PubSubTopic topic)
PubSubTopicDoesNotExistException(PubSubTopic topic, java.lang.Throwable cause)
PubSubTopicDoesNotExistException(java.lang.String message)
PubSubTopicDoesNotExistException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.linkedin.venice.exceptions.VeniceException
getErrorType, getHttpStatusCode
-
-
-
-
Constructor Detail
-
PubSubTopicDoesNotExistException
public PubSubTopicDoesNotExistException(java.lang.String message)
-
PubSubTopicDoesNotExistException
public PubSubTopicDoesNotExistException(java.lang.String message, java.lang.Throwable cause)
-
PubSubTopicDoesNotExistException
public PubSubTopicDoesNotExistException(PubSubTopic topic)
-
PubSubTopicDoesNotExistException
public PubSubTopicDoesNotExistException(PubSubTopic topic, java.lang.Throwable cause)
-
-