org.omg.CORBA
Class INVALID_TRANSACTION

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.omg.CORBA.SystemException
                  extended byorg.omg.CORBA.INVALID_TRANSACTION
All Implemented Interfaces:
java.io.Serializable

public class INVALID_TRANSACTION
extends SystemException

The INVALID_TRANSACTION indicates that the request carried an invalid transaction context. For example, this exception could be raised if an error occurred when trying to register a resource.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.omg.CORBA.SystemException
completed, minor
 
Constructor Summary
INVALID_TRANSACTION()
           
INVALID_TRANSACTION(int minor, CompletionStatus completed)
           
INVALID_TRANSACTION(java.lang.String orb_reason)
           
INVALID_TRANSACTION(java.lang.String orb_reason, int minor, CompletionStatus completed)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

INVALID_TRANSACTION

public INVALID_TRANSACTION()

INVALID_TRANSACTION

public INVALID_TRANSACTION(java.lang.String orb_reason)

INVALID_TRANSACTION

public INVALID_TRANSACTION(int minor,
                           CompletionStatus completed)

INVALID_TRANSACTION

public INVALID_TRANSACTION(java.lang.String orb_reason,
                           int minor,
                           CompletionStatus completed)