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