Class NotFoundImplementationForCustomRepository

All Implemented Interfaces:
Serializable

public class NotFoundImplementationForCustomRepository extends BibernateGeneralException
Exception thrown to indicate that no implementation is found for a custom repository in a Bibernate application. This exception is typically used when attempting to use a custom repository for which no implementation is available or configured.
Since:
1.0
Author:
Blyzhnytsia Team
See Also:
  • Constructor Details

    • NotFoundImplementationForCustomRepository

      public NotFoundImplementationForCustomRepository(String message)
      Constructs a new NotFoundImplementationForCustomRepository with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the getMessage() method)