Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 708 Bytes

EntityStateWasChangeException.md

File metadata and controls

15 lines (10 loc) · 708 Bytes

EntityStateWasChangeException

The EntityStateWasChangeException class is an exception thrown to indicate that the state of an entity in a Bibernate application was changed unexpectedly. This exception is typically used when an attempt to modify the state of an entity contradicts the expected or allowed changes. It extends the BibernateGeneralException class.

Description

This class extends BibernateGeneralException and provides a constructor to create instances with a specified detail message.

Constructor

  1. EntityStateWasChangeException(String message)
    • Constructs a new EntityStateWasChangeException with the specified detail message.