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