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