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:
Serializable

public class ProfilePathFileNotFoundException extends VitamException
Exception indicating that there is no XSD or RNG path file in the given profile.
See Also:
  • Constructor Details

    • ProfilePathFileNotFoundException

      public ProfilePathFileNotFoundException(String message)
    • ProfilePathFileNotFoundException

      public ProfilePathFileNotFoundException(Throwable cause)
    • ProfilePathFileNotFoundException

      public ProfilePathFileNotFoundException(String messsage, Throwable cause)