org.omg.CORBA

Class INVALID_TRANSACTION


public class INVALID_TRANSACTION
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

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

Constructor Details

INVALID_TRANSACTION

public INVALID_TRANSACTION()


INVALID_TRANSACTION

public INVALID_TRANSACTION(String reason)


INVALID_TRANSACTION

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


INVALID_TRANSACTION

public INVALID_TRANSACTION(int minor,
                           CompletionStatus completed)