org.omg.CORBA
Class INVALID_TRANSACTION

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.omg.CORBA.SystemException
                          |
                          +--org.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

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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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