Class RemoteAccessToLocalTopic
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- deltix.qsrv.hf.tickdb.pub.topic.exception.RemoteAccessToLocalTopic
-
- All Implemented Interfaces:
java.io.Serializable
public class RemoteAccessToLocalTopic extends java.lang.RuntimeException
Thrown in case of attempt to access an IPC-only topic from remote machine. Note: topic must be created as multicast topic if you want to access it from other machines. Note: this class does not implementTopicApiException
because this exception is severe and it is not a part of API.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteAccessToLocalTopic()
RemoteAccessToLocalTopic(java.lang.String message)
-