class: PubItemAlreadyReleasedException

public class: PubItemAlreadyReleasedException
Author: Johannes Mueller (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:05; Modified: 16.07.2009 15:31:05;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {09A7B410-7ECD-4ff8-8634-53EA15A5499C}
Exception class for not found publication items.
 

Goto: Custom Properties, Fields, Methods

Extends: PubManException

See also: PubManException

Appears in: exceptions

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