Class UpdateRowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.directpersistence.exception.ModelPersistenceException
de.hybris.platform.directpersistence.exception.UpdateRowException
- All Implemented Interfaces:
Serializable
Exception thrown when row was expected to be updated but update was not executed due to missing target row.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateRowException(String message) UpdateRowException(String message, Throwable cause) UpdateRowException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UpdateRowException
public UpdateRowException() -
UpdateRowException
-
UpdateRowException
-
UpdateRowException
-