Class DataProviderException

All Implemented Interfaces:
Serializable

public class DataProviderException extends DataException
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.