class: PubItemLockedException

public class: PubItemLockedException
Author: Miriam Doelle (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1850 $ $LastChangedDate: 2008-12-17 13:; Complexity: 1
Dates: Created: 16.07.2009 15:31:03; Modified: 16.07.2009 15:31:03;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {2B7EF612-1E88-40ea-9A41-06B9144899A7}
Exception class used for item which are locked.
 

Goto: Custom Properties, Fields, Methods

Extends: DepositingException

See also: DepositingException

Appears in: depositing

Connections
 
Custom Properties
 
PubItemLockedException Attributes
Attribute Details
private ItemRO
  pubItemRef
Notes: The reference of the pubitem that is locked.
 
PubItemLockedException Methods
Operation Details
public
getPubItemRef():ItemRO
Sequential
Notes: @return The reference of the pubitem that is locked.
public
PubItemLockedException(
   ItemRO pubItemRef,
   Throwable cause):
Sequential
Notes: Creates a new instance with the given pubItemRef and cause.