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:
java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateRowException()UpdateRowException(java.lang.String message)UpdateRowException(java.lang.String message, java.lang.Throwable cause)UpdateRowException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
UpdateRowException
public UpdateRowException()
-
UpdateRowException
public UpdateRowException(java.lang.String message)
-
UpdateRowException
public UpdateRowException(java.lang.Throwable cause)
-
UpdateRowException
public UpdateRowException(java.lang.String message, java.lang.Throwable cause)
-
-