VisiBroker for Java

org.omg.CORBA
Class WrongTransaction

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by org.omg.CORBA.WrongTransaction
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class WrongTransaction
extends UserException

Raised when the deferred synchronous model is used. The methods Request::get_response and ORB::get_next_response will raise the CORBA::WrongTransaction user exception if the request has an associated transaction context, and the polling thread either has a null transaction context or a non-null transaction context that differs from that of the request.

See Also:
Serialized Form

Constructor Summary
WrongTransaction()
           
WrongTransaction(java.lang.String _reason)
           
 
Method Summary
 
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

WrongTransaction

public WrongTransaction()

WrongTransaction

public WrongTransaction(java.lang.String _reason)

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online