Class PubSubUnsubscribedTopicPartitionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.linkedin.venice.exceptions.VeniceException
-
- com.linkedin.venice.pubsub.api.exceptions.PubSubClientException
-
- com.linkedin.venice.pubsub.api.exceptions.PubSubUnsubscribedTopicPartitionException
-
- All Implemented Interfaces:
java.io.Serializable
public class PubSubUnsubscribedTopicPartitionException extends PubSubClientException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.linkedin.venice.exceptions.VeniceException
errorType
-
-
Constructor Summary
Constructors Constructor Description PubSubUnsubscribedTopicPartitionException(PubSubTopicPartition pubSubTopicPartition)
-
Method Summary
-
Methods inherited from class com.linkedin.venice.exceptions.VeniceException
getErrorType, getHttpStatusCode
-
-
-
-
Constructor Detail
-
PubSubUnsubscribedTopicPartitionException
public PubSubUnsubscribedTopicPartitionException(PubSubTopicPartition pubSubTopicPartition)
-
-