Class EntityStateWasChangeException

All Implemented Interfaces:
Serializable

public class EntityStateWasChangeException extends BibernateGeneralException
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.
Since:
1.0
Author:
Blyzhnytsia Team
See Also:
  • Constructor Details

    • EntityStateWasChangeException

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