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