Class FailureException

All Implemented Interfaces:
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:
  • Constructor Details

    • FailureException

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