Package deltix.qsrv.hf.tickdb.pub.topic.exception
-
Interface Summary Interface Description TopicApiException Internal marker interface for topic-related exceptions that are part of topic API. -
Exception Summary Exception Description DuplicateTopicException Thrown in case of attempt to create topic if topic with such key already exists.RemoteAccessToLocalTopic Thrown in case of attempt to access an IPC-only topic from remote machine.TopicNotFoundException Thrown if topic with specified key does not exist (wasn't created or already deleted).