Class RepositoryMethodNotImplementedException

  • All Implemented Interfaces:
    Serializable

    @ResponseStatus(value=METHOD_NOT_ALLOWED,
                    reason="This repository doesn\'t provide or implement the requested method")
    public class RepositoryMethodNotImplementedException
    extends RuntimeException
    This is the exception to capture details about call to a methods not exposed or not implemented by the repository
    Author:
    Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)
    See Also:
    Serialized Form
    • Constructor Detail

      • RepositoryMethodNotImplementedException

        public RepositoryMethodNotImplementedException​(String model,
                                                       String method)