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