Class UpdateRowException

All Implemented Interfaces:
Serializable

public class UpdateRowException extends ModelPersistenceException
Exception thrown when row was expected to be updated but update was not executed due to missing target row.
See Also:
  • Constructor Details

    • UpdateRowException

      public UpdateRowException()
    • UpdateRowException

      public UpdateRowException(String message)
    • UpdateRowException

      public UpdateRowException(Throwable cause)
    • UpdateRowException

      public UpdateRowException(String message, Throwable cause)