Class RepositoryNotFoundException

  • All Implemented Interfaces:
    Serializable

    @ResponseStatus(value=NOT_FOUND,
                    reason="This endpoint is not found in the system")
    public class RepositoryNotFoundException
    extends RuntimeException
    This is the exception to capture details about call to inexistent resources
    Author:
    Andrea Bollini (andrea.bollini at 4science.it)
    See Also:
    Serialized Form
    • Constructor Detail

      • RepositoryNotFoundException

        public RepositoryNotFoundException​(String apiCategory,
                                           String model)