Class UnknownEntityException

All Implemented Interfaces:
Serializable

@API(status=STABLE, since="6.0") public final class UnknownEntityException extends InvalidDataAccessApiUsageException
Thrown when required information about a class or primary label is requested from the Schema and that information is not available.
Since:
6.0
Author:
Michael J. Simons
See Also:
  • Constructor Details

    • UnknownEntityException

      public UnknownEntityException(Class<?> targetClass)
  • Method Details

    • getTargetClass

      public Class<?> getTargetClass()