|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.omg.CORBA.SystemException org.omg.CORBA.TRANSACTION_UNAVAILABLE
public final class TRANSACTION_UNAVAILABLE
当由于到事务服务 (Transaction Service) 的连接已异常终止而无法处理事务服务上下文时,由 ORB 抛出 CORBA TRANSACTION_UNAVAILABLE
异常。 它包含次要代码 (minor code) 和完成状态 (completion status),次要代码提供有关造成该异常原因的信息。它可能还包含描述该异常的字符串。OMG CORBA 核心 2.4 规范中有详细说明。
字段摘要 |
---|
从类 org.omg.CORBA.SystemException 继承的字段 |
---|
completed, minor |
构造方法摘要 | |
---|---|
TRANSACTION_UNAVAILABLE() 使用默认次要代码 0、完成状态 CompletionStatus.COMPLETED_NO 和 null 描述构造一个 TRANSACTION_UNAVAILABLE 异常。 |
|
TRANSACTION_UNAVAILABLE(int minor, CompletionStatus completed) 使用指定次要代码和完成状态构造一个 TRANSACTION_UNAVAILABLE 异常。 |
|
TRANSACTION_UNAVAILABLE(String s) 使用指定描述消息、次要代码 0 和完成状态 COMPLETED_NO 构造一个 TRANSACTION_UNAVAILABLE 异常。 |
|
TRANSACTION_UNAVAILABLE(String s, int minor, CompletionStatus completed) 使用指定描述消息、次要代码和完成状态构造一个 TRANSACTION_UNAVAILABLE 异常。 |
方法摘要 |
---|
从类 org.omg.CORBA.SystemException 继承的方法 |
---|
toString |
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public TRANSACTION_UNAVAILABLE()
TRANSACTION_UNAVAILABLE
异常。
public TRANSACTION_UNAVAILABLE(String s)
TRANSACTION_UNAVAILABLE
异常。
s
- 包含详细消息的 String
public TRANSACTION_UNAVAILABLE(int minor, CompletionStatus completed)
TRANSACTION_UNAVAILABLE
异常。
minor
- 次要代码
completed
- 完成状态
public TRANSACTION_UNAVAILABLE(String s, int minor, CompletionStatus completed)
TRANSACTION_UNAVAILABLE
异常。
s
- 包含描述消息的 String
minor
- 次要代码
completed
- 完成状态
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。