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:
java.io.Serializable
- Direct Known Subclasses:
AccessionRegisterException,AdminManagementClientServerException,AgencyImportDeletionException,FileFormatException,FileRulesDeleteException,FileRulesException,FileRulesIllegalDurationModeUpdateException,FileRulesReadException,InvalidFileException,ReferentialImportInProgressException,ReferentialNotFoundException
public class ReferentialException extends VitamException
FileFormatException error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReferentialException(java.lang.String message)ReferentialException(java.lang.String message, java.lang.Throwable cause)ReferentialException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
ReferentialException
public ReferentialException(java.lang.String message)
- Parameters:
message- message to associate with the exception
-
ReferentialException
public ReferentialException(java.lang.Throwable cause)
- Parameters:
cause- cause to associate with the exception
-
ReferentialException
public ReferentialException(java.lang.String message, java.lang.Throwable cause)- Parameters:
message- message to associate with the exceptioncause- cause to associate with the exception
-
-