org.omg.CORBA

Class TRANSACTION_ROLLEDBACK


public class TRANSACTION_ROLLEDBACK
extends SystemException

Copyright (c) 1999 Object Management Group. Unlimited rights to duplicate and use this code are hereby granted provided that this copyright notice is included.

Field Summary

Fields inherited from class org.omg.CORBA.SystemException

completed, minor

Constructor Summary

TRANSACTION_ROLLEDBACK()
TRANSACTION_ROLLEDBACK(String reason)
TRANSACTION_ROLLEDBACK(String reason, int minor, CompletionStatus completed)
TRANSACTION_ROLLEDBACK(int minor, CompletionStatus completed)

Constructor Details

TRANSACTION_ROLLEDBACK

public TRANSACTION_ROLLEDBACK()


TRANSACTION_ROLLEDBACK

public TRANSACTION_ROLLEDBACK(String reason)


TRANSACTION_ROLLEDBACK

public TRANSACTION_ROLLEDBACK(String reason,
                              int minor,
                              CompletionStatus completed)


TRANSACTION_ROLLEDBACK

public TRANSACTION_ROLLEDBACK(int minor,
                              CompletionStatus completed)