class: PubItemStatusInvalidException

public class: PubItemStatusInvalidException
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:06; Modified: 16.07.2009 15:31:06;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {829CF436-D1C4-4a7b-B1EA-5C8F3E2C489A}
Exception for invalid item status errors.
 

Goto: Custom Properties, Fields, Methods

Extends: PubManException

See also: PubManException

Appears in: exceptions

Connections
 
Custom Properties
 
PubItemStatusInvalidException Attributes
Attribute Details
private ItemRO
  pubItemRef
Notes: The reference of the pubitem with invalid status.
 
PubItemStatusInvalidException Methods
Operation Details
public
getPubItemRef():ItemRO
Sequential
Notes: @return The reference of the pubitem with invalid status.
public
PubItemStatusInvalidException(
   ItemRO pubItemRef,
   Throwable cause):
Sequential
Notes: Creates a new instance, sets the according member variable.