Class NonUniqueResultException

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

public class NonUniqueResultException extends RuntimeException
Exception thrown to indicate that a query or operation resulted in a non-unique result in a runtime context. This exception is typically used when an expectation of a unique result is violated, and multiple results are encountered.
Since:
1.0
Author:
Blyzhnytsia Team
See Also:
  • Constructor Details

    • NonUniqueResultException

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