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