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