Class IntegrityException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IntegrityException
    extends org.alfresco.error.AlfrescoRuntimeException
    Thrown when an integrity check fails
    Author:
    Derek Hulley
    See Also:
    Serialized Form
    • 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
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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