Class FailureException

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

public class FailureException extends Exception
Thrown by the subscribe and unsubscribe methods in DataProvider if the method execution has caused a severe problem that can compromise future operation of the Data Adapter.
See Also:
  • Constructor Details

    • FailureException

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