Package org.alfresco.repo.node.integrity
Class IntegrityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.repo.node.integrity.IntegrityException
- All Implemented Interfaces:
Serializable
public class IntegrityException
extends org.alfresco.error.AlfrescoRuntimeException
Thrown when an integrity check fails
- Author:
- Derek Hulley
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIntegrityException(String msg, List<IntegrityRecord> records) IntegrityException(List<IntegrityRecord> records) -
Method Summary
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IntegrityException
-
IntegrityException
-
-
Method Details
-
getRecords
- Returns:
- Returns a list of all the integrity violations
-