Package com.adobe.acs.commons.fam
Class Failure
java.lang.Object
com.adobe.acs.commons.fam.Failure
- All Implemented Interfaces:
Serializable
Represents a failure on a specific node
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTime()voidsetException(Exception exception) voidsetNodePath(String nodePath)
-
Constructor Details
-
Failure
public Failure()
-
-
Method Details
-
getNodePath
- Returns:
- the nodePath
-
setNodePath
- Parameters:
nodePath- the nodePath to set
-
getException
- Returns:
- the exception
-
setException
- Parameters:
exception- the exception to set
-
getTime
- Returns:
- the time the failure occurred.
-