Class ItemRollbackException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.servicelayer.exceptions.BusinessException
-
- de.hybris.platform.cms2.exceptions.ItemRollbackException
-
- All Implemented Interfaces:
java.io.Serializable
public class ItemRollbackException extends BusinessException
Exception used when anItemModelcannot be rolled back.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemRollbackException(java.lang.String message)ItemRollbackException(java.lang.String message, java.lang.Throwable cause)ItemRollbackException(java.lang.Throwable cause)
-