All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.WrongTransaction
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----org.omg.CORBA.UserException
|
+----org.omg.CORBA.WrongTransaction
- public final class WrongTransaction
- extends UserException
- Java Class org.omg.CORBA.WrongTransaction
- Source File org/omg/CORBA/WrongTransaction.java
- IDL Source File corba.idl
- IDL Absolute Name ::CORBA::WrongTransaction
- Repository Identifier IDL:omg.org/CORBA/WrongTransaction:1.0
IDL definition:
exception WrongTransaction {
};
-
WrongTransaction()
-
-
toString()
-
WrongTransaction
public WrongTransaction()
toString
public String toString()
- Overrides:
- toString in class Throwable
All Packages Class Hierarchy This Package Previous Next Index