class: AffiliationNotFoundException

public class: AffiliationNotFoundException
Author:
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:12:51; Modified: 16.07.2009 15:12:51;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {4A43305C-AD24-45be-AEAE-04166514F17B}
Exception class used to indicate that a certain affiliation could not be found.
 

Goto: Custom Properties, Fields, Methods

Extends: BusinessException

See also: AffiliationRO, BusinessException

Appears in: exceptions

Connections
 
Custom Properties
 
AffiliationNotFoundException Attributes
Attribute Details
private AffiliationRO
  affiliationRef
Notes: The reference of the affiliation that could not be found.
 
AffiliationNotFoundException Methods
Operation Details
public
AffiliationNotFoundException(
   AffiliationRO affiliationRef):
Sequential
Notes: Creates a new instance with the given affiliation reference.
public
AffiliationNotFoundException(
   AffiliationRO affiliationRef,
   Throwable cause):
Sequential
Notes: Creates a new instance with the given affiliation reference and cause.
public
getAffiliationRef():AffiliationRO
Sequential
Notes: Delivers the reference to the affiliation that was not found.
@return The affiliationRef