org.omg.CORBA

Class TRANSACTION_UNAVAILABLE


public class TRANSACTION_UNAVAILABLE
extends SystemException

Copyright (c) 1999-2000 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_UNAVAILABLE()
TRANSACTION_UNAVAILABLE(String reason)
TRANSACTION_UNAVAILABLE(String reason, int minor, CompletionStatus completed)
TRANSACTION_UNAVAILABLE(int minor, CompletionStatus completed)

Constructor Details

TRANSACTION_UNAVAILABLE

public TRANSACTION_UNAVAILABLE()


TRANSACTION_UNAVAILABLE

public TRANSACTION_UNAVAILABLE(String reason)


TRANSACTION_UNAVAILABLE

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


TRANSACTION_UNAVAILABLE

public TRANSACTION_UNAVAILABLE(int minor,
                               CompletionStatus completed)