Class ItemCloneCreator.CannotCloneException

All Implemented Interfaces:
Serializable
Enclosing class:
ItemCloneCreator

public static class ItemCloneCreator.CannotCloneException extends JaloSystemException
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 Details

    • getCopyContext

      public ItemCloneCreator.CopyContext getCopyContext()
      Returns the copy context of the failed clone operation.
    • getPendingItems

      public Collection<Item> getPendingItems()
      Extracts all pending source items of the failed clone operation.
    • getCreatedItems

      public Collection<Item> getCreatedItems()
      Extracts all newly created copies of the failed clone operation.