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