Class FragmentNotImplementedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.InvalidDataAccessApiUsageException
org.springframework.data.repository.core.RepositoryCreationException
org.springframework.data.repository.core.support.FragmentNotImplementedException
All Implemented Interfaces:
Serializable

public class FragmentNotImplementedException extends RepositoryCreationException
Exception thrown during repository creation or repository method invocation when invoking a repository method on a fragment without an implementation.
Since:
2.5
Author:
Mark Paluch
See Also:
  • Constructor Details

    • FragmentNotImplementedException

      public FragmentNotImplementedException(String msg, Class<?> repositoryInterface, RepositoryFragment<?> fragment)
      Constructor for FragmentNotImplementedException.
      Parameters:
      msg - the detail message.
      repositoryInterface - the repository interface.
      fragment - the offending repository fragment.
  • Method Details