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()
          Default constructor
INVALID_TRANSACTION(int minor, CompletionStatus completed)
          Constructor with fields initialization
INVALID_TRANSACTION(java.lang.String orb_reason)
          Constructor with reason string
INVALID_TRANSACTION(java.lang.String orb_reason, int minor, CompletionStatus completed)
          Full constructor with fields initialization
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

INVALID_TRANSACTION

public INVALID_TRANSACTION()
Default constructor


INVALID_TRANSACTION

public INVALID_TRANSACTION(java.lang.String orb_reason)
Constructor with reason string


INVALID_TRANSACTION

public INVALID_TRANSACTION(int minor,
                           CompletionStatus completed)
Constructor with fields initialization

Parameters:
minor - minor exception member
completed - completed exception member

INVALID_TRANSACTION

public INVALID_TRANSACTION(java.lang.String orb_reason,
                           int minor,
                           CompletionStatus completed)
Full constructor with fields initialization

Parameters:
minor - minor exception member
completed - completed exception member