Class VersionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lightstreamer.adapters.remote.VersionException
All Implemented Interfaces:
Serializable

public class VersionException extends Exception
Thrown internally to refuse the ARI protocol version specified by the Proxy Adapter.
See Also:
  • Constructor Details

    • VersionException

      public VersionException(@Nullable String msg)
      Constructs a VersionException with a supplied error message text.
      Parameters:
      msg - The detail message.