org.omg.CORBA
Class TRANSACTION_ROLLEDBACK
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.omg.CORBA.SystemException
|
+--org.omg.CORBA.TRANSACTION_ROLLEDBACK
- All Implemented Interfaces:
- java.io.Serializable
- public class TRANSACTION_ROLLEDBACK
- extends SystemException
The TRANSACTION_ROLLEDBACK exception indicates that the
transaction associated with the request has already been rolled
back or marked to roll back. Thus, the requested operation either
could not be performed or was not performed because further
computation on behalf of the transaction would be fruitless.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TRANSACTION_ROLLEDBACK
public TRANSACTION_ROLLEDBACK()
- Default constructor
TRANSACTION_ROLLEDBACK
public TRANSACTION_ROLLEDBACK(java.lang.String orb_reason)
- Constructor with reason string
TRANSACTION_ROLLEDBACK
public TRANSACTION_ROLLEDBACK(int minor,
CompletionStatus completed)
- Constructor with fields initialization
- Parameters:
minor - minor exception membercompleted - completed exception member
TRANSACTION_ROLLEDBACK
public TRANSACTION_ROLLEDBACK(java.lang.String orb_reason,
int minor,
CompletionStatus completed)
- Full constructor with fields initialization
- Parameters:
minor - minor exception membercompleted - completed exception member