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