Class 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 implement TopicApiException because this exception is severe and it is not a part of API.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RemoteAccessToLocalTopic

        public RemoteAccessToLocalTopic()
      • RemoteAccessToLocalTopic

        public RemoteAccessToLocalTopic​(java.lang.String message)