Class DataProviderException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DataProviderException
    extends java.lang.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DataProviderException​(java.lang.String msg)
      Constructs a DataProviderException with a supplied error message text.
    • 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

      • DataProviderException

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