Package org.alfresco.repo.node.integrity
Class IntegrityRecord
java.lang.Object
org.alfresco.repo.node.integrity.IntegrityRecord
- All Implemented Interfaces:
Serializable
Represents an integrity violation
- Author:
- Derek Hulley
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetTraces(List<StackTraceElement[]> traces) Add a stack trace to the list of traces associated with this failuretoString()Dumps the integrity message and, if present, the stack trace
-
Constructor Details
-
IntegrityRecord
- Parameters:
msg- the violation message
-
-
Method Details