Module io.ebean.api
Package io.ebean

Class UnmodifiableEntityException

All Implemented Interfaces:
Serializable

public class UnmodifiableEntityException extends BeanAccessException
Attempted to modify a read only entity.
See Also:
  • Constructor Details

    • UnmodifiableEntityException

      public UnmodifiableEntityException()
      Create with no message.
    • UnmodifiableEntityException

      public UnmodifiableEntityException(String message)
      Create with message.