Package de.hybris.platform.jalo.type
Class ItemCloneCreator.CannotCloneException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.jalo.JaloSystemException
de.hybris.platform.jalo.type.ItemCloneCreator.CannotCloneException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ItemCloneCreator
Clone error class. Holds copy context and pending items.
Please note that when you're getting this exception some items may have been already copied!
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the copy context of the failed clone operation.Extracts all newly created copies of the failed clone operation.Extracts all pending source items of the failed clone operation.Methods inherited from class de.hybris.platform.jalo.JaloSystemException
getErrorCode, getThrowable, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Method Details
-
getCopyContext
Returns the copy context of the failed clone operation. -
getPendingItems
Extracts all pending source items of the failed clone operation. -
getCreatedItems
Extracts all newly created copies of the failed clone operation.
-