Class BibernateValidationException

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

public class BibernateValidationException extends RuntimeException
Exception thrown to indicate a validation failure in the Bibernate framework. This exception is typically used when data validation fails or when a business rule is violated.
Since:
1.0
Author:
Blyzhnytsia Team
See Also:
  • Constructor Details

    • BibernateValidationException

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