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