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

public class RepositoryReadException extends RuntimeException
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 Details

    • RepositoryReadException

      public RepositoryReadException(String message)
    • RepositoryReadException

      public RepositoryReadException(String message, Throwable cause)