org.omg.CORBA
Class WrongTransaction

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

Deprecated. Use the WRONG_TRANSACTION system exception

public final class WrongTransaction
extends SystemException

Deprecated WrongTransaction exception class

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.omg.CORBA.SystemException
completed, minor
 
Constructor Summary
WrongTransaction()
          Deprecated. Default Constructor
WrongTransaction(java.lang.String reason)
          Deprecated. This constructor precises a reason.
WrongTransaction(java.lang.String reason, int minor, CompletionStatus completed)
          Deprecated. This constructor is the most complete.
 
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

WrongTransaction

public WrongTransaction()
Deprecated. 
Default Constructor


WrongTransaction

public WrongTransaction(java.lang.String reason)
Deprecated. 
This constructor precises a reason. A default minor code ( 0 ), and a default completion status ( by default COMPLETED_NO ).

Parameters:
reason - exception reason.

WrongTransaction

public WrongTransaction(java.lang.String reason,
                        int minor,
                        CompletionStatus completed)
Deprecated. 
This constructor is the most complete. It precises a reason, a minor code and a completion status.

Parameters:
reason - Exception reason
minor - Exception minor code
completed - Exception completion status