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