Searched defs:WrongTransaction (Results 1 - 1 of 1) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DWrongTransaction.java29 * The CORBA <code>WrongTransaction</code> user-defined exception.
41 public final class WrongTransaction extends UserException { class in inherits:UserException
43 * Constructs a WrongTransaction object with an empty detail message.
45 public WrongTransaction() { method in class:WrongTransaction
50 * Constructs a WrongTransaction object with the given detail message.
53 public WrongTransaction(String reason) { method in class:WrongTransaction

Completed in 40 milliseconds