Class NoDataFoundException

  • All Implemented Interfaces:
    Serializable

    public class NoDataFoundException
    extends Exception
    This is thrown when correlation data is requested but there is no data available for that correlation ID.
    See Also:
    Serialized Form
    • Constructor Detail

      • NoDataFoundException

        public NoDataFoundException​(String message)
      • NoDataFoundException

        public NoDataFoundException​(String message,
                                    Throwable cause)