Class ReferentialException

java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.functional.administration.common.exception.ReferentialException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccessionRegisterException, AdminManagementClientServerException, AgencyImportDeletionException, FileFormatException, FileRulesDeleteException, FileRulesException, FileRulesIllegalDurationModeUpdateException, FileRulesReadException, InvalidFileException, ReferentialImportInProgressException, ReferentialNotFoundException

public class ReferentialException extends VitamException
FileFormatException error
See Also:
  • Constructor Details

    • ReferentialException

      public ReferentialException(String message)
      Parameters:
      message - message to associate with the exception
    • ReferentialException

      public ReferentialException(Throwable cause)
      Parameters:
      cause - cause to associate with the exception
    • ReferentialException

      public ReferentialException(String message, Throwable cause)
      Parameters:
      message - message to associate with the exception
      cause - cause to associate with the exception