Class FailureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lightstreamer.adapters.remote.DataException
com.lightstreamer.adapters.remote.FailureException
All Implemented Interfaces:
java.io.Serializable

public class FailureException
extends DataException
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:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    FailureException​(java.lang.String msg)
    Constructs a FailureException 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 Details

    • FailureException

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