class: BusinessException

public abstract class: BusinessException
Author: Miriam Doelle (initial creation)
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: {FE072D5A-2581-49f3-881E-28DE37193B1B}
Basic exception for all exception caused by business failures.
 

Goto: Custom Properties, Methods

See also: AffiliationNotFoundException

Appears in: exceptions

Connections
 
Custom Properties
 
BusinessException Methods
Operation Details
public
BusinessException():
Sequential
Notes: Creates a new instance.
public
BusinessException(
   String message):
Sequential
Notes: Creates a new instance with the given message.
public
BusinessException(
   Throwable cause):
Sequential
Notes: Creates a new instance with the given cause
public
BusinessException(
   String message,
   Throwable cause):
Sequential
Notes: Creates a new instance with the given message and cause.