Class RootCause

  • All Implemented Interfaces:
    java.io.Serializable

    public class RootCause
    extends Cause

    RootCause class.

    Version:
    $Id: $
    Author:
    ranger
    See Also:
    Serialized Form
    • Constructor Detail

      • RootCause

        public RootCause​(java.lang.Long cause,
                         Event symptom)

        Constructor for RootCause.

        Parameters:
        cause - a Long object.
        symptom - a Event object.