Class DuplicateTopicException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.linkedin.venice.exceptions.VeniceException
-
- com.linkedin.venice.ingestion.control.DuplicateTopicException
-
- All Implemented Interfaces:
java.io.Serializable
public class DuplicateTopicException extends VeniceException
The source and destination topic for topic switching are the same topic- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.linkedin.venice.exceptions.VeniceException
errorType
-
-
Constructor Summary
Constructors Constructor Description DuplicateTopicException(java.lang.String message)
-
Method Summary
-
Methods inherited from class com.linkedin.venice.exceptions.VeniceException
getErrorType, getHttpStatusCode
-
-