Class ProfileNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.functional.administration.common.exception.ProfileNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProfileNotFoundException extends VitamException
Exception indicating that there is not file containing file format vitam.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProfileNotFoundException(java.lang.String message)
ProfileNotFoundException(java.lang.String messsage, java.lang.Throwable cause)
ProfileNotFoundException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
ProfileNotFoundException
public ProfileNotFoundException(java.lang.String message)
- Parameters:
message
- associated message
-
ProfileNotFoundException
public ProfileNotFoundException(java.lang.Throwable cause)
- Parameters:
cause
- associated cause
-
ProfileNotFoundException
public ProfileNotFoundException(java.lang.String messsage, java.lang.Throwable cause)
- Parameters:
messsage
- associated messagecause
- associated cause
-
-