class: PubItemNotFoundException

public class: PubItemNotFoundException
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:05; Modified: 16.07.2009 15:31:05;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {9B56D9D0-1461-4a09-A779-B405EEA20C02}
Exception class for not found publication items.
 

Goto: Custom Properties, Fields, Methods

Extends: PubManException

See also: PubManException

Appears in: exceptions

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