Class Failure

java.lang.Object
com.adobe.acs.commons.fam.Failure
All Implemented Interfaces:
Serializable

@ProviderType public final class Failure extends Object implements Serializable
Represents a failure on a specific node
See Also:
  • Constructor Details

    • Failure

      public Failure()
  • Method Details

    • getNodePath

      public String getNodePath()
      Returns:
      the nodePath
    • setNodePath

      public void setNodePath(String nodePath)
      Parameters:
      nodePath - the nodePath to set
    • getException

      public Exception getException()
      Returns:
      the exception
    • setException

      public void setException(Exception exception)
      Parameters:
      exception - the exception to set
    • getTime

      public Calendar getTime()
      Returns:
      the time the failure occurred.