Class DataProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lightstreamer.adapters.remote.DataException
com.lightstreamer.adapters.remote.DataProviderException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionConstructs 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
-
Constructor Details
-
DataProviderException
Constructs a DataProviderException with a supplied error message text.- Parameters:
msg
- The detail message.
-