|
VisiBroker for Java |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.CORBA.WrongTransaction
public final class WrongTransaction
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.
| 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 |
|---|
public WrongTransaction()
public WrongTransaction(java.lang.String _reason)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||