Class RepositoryReadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.smeup.kokos.sdk.entity.exception.RepositoryReadException
- All Implemented Interfaces:
Serializable
This exception is thrown when an error occurs while performing a read operation on a
EntityRepository,
such as when fetching an entity by ID or listing entities.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRepositoryReadException(String message) RepositoryReadException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RepositoryReadException
-
RepositoryReadException
-