org.omg.CORBA

Class TRANSACTION_REQUIRED


public class TRANSACTION_REQUIRED
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_REQUIRED()
TRANSACTION_REQUIRED(String reason)
TRANSACTION_REQUIRED(String reason, int minor, CompletionStatus completed)
TRANSACTION_REQUIRED(int minor, CompletionStatus completed)

Constructor Details

TRANSACTION_REQUIRED

public TRANSACTION_REQUIRED()


TRANSACTION_REQUIRED

public TRANSACTION_REQUIRED(String reason)


TRANSACTION_REQUIRED

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


TRANSACTION_REQUIRED

public TRANSACTION_REQUIRED(int minor,
                            CompletionStatus completed)