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

public class ProfileNotFoundException extends VitamException
Exception indicating that there is not file containing file format vitam.
See Also:
  • Constructor Details

    • ProfileNotFoundException

      public ProfileNotFoundException(String message)
      Parameters:
      message - associated message
    • ProfileNotFoundException

      public ProfileNotFoundException(Throwable cause)
      Parameters:
      cause - associated cause
    • ProfileNotFoundException

      public ProfileNotFoundException(String messsage, Throwable cause)
      Parameters:
      messsage - associated message
      cause - associated cause