org.omg.CORBA
public final class WrongTransaction extends UserException
| Constructor Summary | |
|---|---|
| WrongTransaction()
Constructs a default WrongTransaction exception, with
no detail message. | |
| WrongTransaction(String reason)
Constructs a WrongTransaction exception using the specified
message as the reason for throwing it.
| |
WrongTransaction exception, with
no detail message.WrongTransaction exception using the specified
message as the reason for throwing it.
Parameters: reason the reason, why the exception has been thrown.