Class ProfilePathFileNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.functional.administration.common.exception.ProfilePathFileNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProfilePathFileNotFoundException extends VitamException
Exception indicating that there is no XSD or RNG path file in the given profile.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProfilePathFileNotFoundException(java.lang.String message)
ProfilePathFileNotFoundException(java.lang.String messsage, java.lang.Throwable cause)
ProfilePathFileNotFoundException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
ProfilePathFileNotFoundException
public ProfilePathFileNotFoundException(java.lang.String message)
-
ProfilePathFileNotFoundException
public ProfilePathFileNotFoundException(java.lang.Throwable cause)
-
ProfilePathFileNotFoundException
public ProfilePathFileNotFoundException(java.lang.String messsage, java.lang.Throwable cause)
-
-