Class DuplicateTopicException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- deltix.qsrv.hf.tickdb.pub.topic.exception.DuplicateTopicException
-
- All Implemented Interfaces:
TopicApiException
,java.io.Serializable
public class DuplicateTopicException extends java.lang.RuntimeException implements TopicApiException
Thrown in case of attempt to create topic if topic with such key already exists.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateTopicException(java.lang.String message)
-