Class RepositoryNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.smeup.kokos.sdk.entity.exception.RepositoryNotFoundException
All Implemented Interfaces:
Serializable

public class RepositoryNotFoundException extends RuntimeException
Thrown when no EntityRepository is registered for the requested entity class.
See Also:
  • Constructor Details

    • RepositoryNotFoundException

      public RepositoryNotFoundException(Class<?> entityClass)
    • RepositoryNotFoundException

      public RepositoryNotFoundException(String entityClassName)
  • Method Details

    • getEntityClassName

      public String getEntityClassName()
      Returns the fully-qualified name of the entity class whose repository was not found.