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