Class PubSubTopicExistsException
- 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.PubSubTopicExistsException
-
- All Implemented Interfaces:
java.io.Serializable
public class PubSubTopicExistsException extends PubSubClientException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.linkedin.venice.exceptions.VeniceException
errorType
-
-
Constructor Summary
Constructors Constructor Description PubSubTopicExistsException(PubSubTopic pubSubTopic, java.lang.Throwable cause)
PubSubTopicExistsException(java.lang.String customMessage)
-
Method Summary
-
Methods inherited from class com.linkedin.venice.exceptions.VeniceException
getErrorType, getHttpStatusCode
-
-
-
-
Constructor Detail
-
PubSubTopicExistsException
public PubSubTopicExistsException(java.lang.String customMessage)
-
PubSubTopicExistsException
public PubSubTopicExistsException(PubSubTopic pubSubTopic, java.lang.Throwable cause)
-
-