Class EntityNotFoundException

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

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

    • EntityNotFoundException

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