Class EntitiesNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.blyznytsiaorg.bibernate.exception.EntitiesNotFoundException
All Implemented Interfaces:
Serializable

public class EntitiesNotFoundException extends RuntimeException
Exception thrown to indicate that a collection of entities could not be found in a program. This exception is typically used when attempting to retrieve or operate on a set of entities that are expected to exist, but are not found in the underlying data source.
Since:
1.0
Author:
Blyzhnytsia Team
See Also:
  • Constructor Details

    • EntitiesNotFoundException

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