Class LiveDataException

  • All Implemented Interfaces:
    Serializable

    public class LiveDataException
    extends Exception
    Exception related to live data processing.
    Since:
    12.10
    Version:
    $Id: f4f738ef03139fc96294d2d7a304cff59396af55 $
    See Also:
    Serialized Form
    • Constructor Detail

      • LiveDataException

        public LiveDataException​(Throwable source)
        Creates a new instance that wraps the specified source throwable.
        Parameters:
        source - source of the error
      • LiveDataException

        public LiveDataException​(String message)
        Constructs a new live data exception with the specified detail message.
        Parameters:
        message - the detail message
        Since:
        13.4RC1
      • LiveDataException

        public LiveDataException​(String message,
                                 Throwable source)
        Creates a new instance with the specified message and source.
        Parameters:
        message - message to store in the exception
        source - source of the error