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:
java.io.Serializable
public class IntegrityException extends org.alfresco.error.AlfrescoRuntimeExceptionThrown when an integrity check fails- Author:
- Derek Hulley
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntegrityException(java.lang.String msg, java.util.List<IntegrityRecord> records)IntegrityException(java.util.List<IntegrityRecord> records)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<IntegrityRecord>getRecords()-
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
-
-
-
-
Constructor Detail
-
IntegrityException
public IntegrityException(java.util.List<IntegrityRecord> records)
-
IntegrityException
public IntegrityException(java.lang.String msg, java.util.List<IntegrityRecord> records)
-
-
Method Detail
-
getRecords
public java.util.List<IntegrityRecord> getRecords()
- Returns:
- Returns a list of all the integrity violations
-
-