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