Class IncompleteRepositoryCompositionException

All Implemented Interfaces:
Serializable

public class IncompleteRepositoryCompositionException extends RepositoryCreationException
Exception thrown during repository creation when a the repository has custom methods that are not backed by a fragment or if no fragment could be found for a repository method invocation.
Since:
2.5
Author:
Mark Paluch
See Also:
  • Constructor Details

    • IncompleteRepositoryCompositionException

      public IncompleteRepositoryCompositionException(String msg, Class<?> repositoryInterface)
      Constructor for IncompleteRepositoryCompositionException.
      Parameters:
      msg - the detail message.
      repositoryInterface - the repository interface.