Class ObsoleteEntityException

  • All Implemented Interfaces:
    Serializable

    public class ObsoleteEntityException
    extends RuntimeException
    Thrown on attempt to persist an entity which is not the same as the one currently in project model
    See Also:
    Serialized Form
    • Constructor Detail

      • ObsoleteEntityException

        public ObsoleteEntityException​(String message)
      • ObsoleteEntityException

        public ObsoleteEntityException​(String message,
                                       Throwable cause)
      • ObsoleteEntityException

        public ObsoleteEntityException​(Throwable cause)