Class ArchiveUnitOntologyValidationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ArchiveUnitOntologyValidationException
    extends VitamException
    Exception to be thrown when archive unit contains fields declared in ontology with wrong usage (string instead of long, etc...)
    See Also:
    Serialized Form
    • Method Summary

      • 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

      • ArchiveUnitOntologyValidationException

        public ArchiveUnitOntologyValidationException​(java.lang.String message,
                                                      java.lang.Throwable cause)
        Parameters:
        message -
        cause -
      • ArchiveUnitOntologyValidationException

        public ArchiveUnitOntologyValidationException​(java.lang.Throwable cause)
        Constructor used to encapsulate a previously thrown exception. A generic message is used.
        Parameters:
        cause - the originating exception
      • ArchiveUnitOntologyValidationException

        public ArchiveUnitOntologyValidationException​(java.lang.String message)
        Parameters:
        message -