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