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