Class TopicNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- deltix.data.stream.UnknownChannelException
-
- deltix.qsrv.hf.tickdb.pub.topic.exception.TopicNotFoundException
-
- All Implemented Interfaces:
TopicApiException
,java.io.Serializable
public class TopicNotFoundException extends UnknownChannelException implements TopicApiException
Thrown if topic with specified key does not exist (wasn't created or already deleted).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TopicNotFoundException(java.lang.String message)
-