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