Class ImmutableEntityException

All Implemented Interfaces:
Serializable

public class ImmutableEntityException extends BibernateGeneralException
Exception thrown to indicate an attempt to modify an immutable entity in a Bibernate application. This exception is typically used when an operation attempts to alter an entity that is intended to remain immutable.
Since:
1.0
Author:
Blyzhnytsia Team
See Also:
  • Constructor Details

    • ImmutableEntityException

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