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