The BibernateValidationException
class is an 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.
This class extends RuntimeException
and provides a constructor to create instances with a specified detail message.
- BibernateValidationException(String message)
- Constructs a new
BibernateValidationException
with the specified detail message.
- Constructs a new