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
Thrown when no
EntityRepository
is registered for the requested entity class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRepositoryNotFoundException(Class<?> entityClass) RepositoryNotFoundException(String entityClassName) -
Method Summary
Modifier and TypeMethodDescriptionReturns the fully-qualified name of the entity class whose repository was not found.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RepositoryNotFoundException
-
RepositoryNotFoundException
-
-
Method Details
-
getEntityClassName
Returns the fully-qualified name of the entity class whose repository was not found.
-