public final class WrongTransaction extends UserException
WrongTransaction
用户自定义异常。这是唯一的例外的方法
Request.get_response
和
ORB.get_next_response
抛出时,从交易的范围,是从一个不同的客户发送的请求调用。看到OMG交易服务规范细节。
Constructor and Description |
---|
WrongTransaction()
构建了一个wrongtransaction对象与一个空的详细信息。
|
WrongTransaction(String reason)
构建一个与给定对象的详细信息wrongtransaction。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WrongTransaction()
public WrongTransaction(String reason)
reason
-详细信息的解释是什么导致了这个异常被抛出。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.