Class DataProviderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lightstreamer.interfaces.data.DataProviderException
All Implemented Interfaces:
Serializable

public class DataProviderException extends Exception
Thrown by the init method in DataProvider if there is some problem that prevents the correct behavior of the Data Adapter. If this exception occurs, Lightstreamer Kernel must give up the startup.
See Also:
  • Constructor Details

    • DataProviderException

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