public class ACTIVITY_COMPLETED extends SystemException
completed, minor| Constructor and Description |
|---|
ACTIVITY_COMPLETED()
Default constructor
|
ACTIVITY_COMPLETED(int minor,
CompletionStatus completed)
Constructor with fields initialization
|
ACTIVITY_COMPLETED(java.lang.String orb_reason)
Constructor with reason string
|
ACTIVITY_COMPLETED(java.lang.String orb_reason,
int minor,
CompletionStatus completed)
Full constructor with fields initialization
|
public ACTIVITY_COMPLETED()
public ACTIVITY_COMPLETED(java.lang.String orb_reason)
public ACTIVITY_COMPLETED(int minor,
CompletionStatus completed)
minor - minor exception membercompleted - completed exception memberpublic ACTIVITY_COMPLETED(java.lang.String orb_reason,
int minor,
CompletionStatus completed)
minor - minor exception membercompleted - completed exception member