JavaTM 2 Platform
Standard Ed. 5.0

org.omg.CORBA
类 ACTIVITY_COMPLETED

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 org.omg.CORBA.SystemException
                  继承者 org.omg.CORBA.ACTIVITY_COMPLETED
所有已实现的接口:
Serializable

public final class ACTIVITY_COMPLETED
extends SystemException

ACTIVITY_COMPLETED 系统异常可以在任何访问 Activity 上下文的方法上引发。它指示调用方法的 Activity 上下文由于 Activity 自身的超时或围绕 Activity 事务的超时而得以完成,或者指示 Activity 以最初所请求方式以外的方式完成。

从以下版本开始:
J2SE 1.5
另请参见:
关于 Java IDL 异常的文档

字段摘要
 
从类 org.omg.CORBA.SystemException 继承的字段
completed, minor
 
构造方法摘要
ACTIVITY_COMPLETED()
          构造一个 ACTIVITY_COMPLETED 异常,使次要代码 (minor code) 设置为 0,COMPLETED_NO 设置为 CompletionStatus。
ACTIVITY_COMPLETED(int minorCode, CompletionStatus completionStatus)
          使用指定次要代码和完成状态构造 ACTIVITY_COMPLETED 异常。
ACTIVITY_COMPLETED(String detailMessage)
          使用指定消息构造 ACTIVITY_COMPLETED 异常。
ACTIVITY_COMPLETED(String detailMessage, int minorCode, CompletionStatus completionStatus)
          使用指定消息、次要代码和完成状态构造 ACTIVITY_COMPLETED 异常。
 
方法摘要
 
从类 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
 

构造方法详细信息

ACTIVITY_COMPLETED

public ACTIVITY_COMPLETED()
构造一个 ACTIVITY_COMPLETED 异常,使次要代码 (minor code) 设置为 0,COMPLETED_NO 设置为 CompletionStatus。


ACTIVITY_COMPLETED

public ACTIVITY_COMPLETED(String detailMessage)
使用指定消息构造 ACTIVITY_COMPLETED 异常。

参数:
detailMessage - 包含详细消息的字符串。

ACTIVITY_COMPLETED

public ACTIVITY_COMPLETED(int minorCode,
                          CompletionStatus completionStatus)
使用指定次要代码和完成状态构造 ACTIVITY_COMPLETED 异常。

参数:
minorCode - 次要代码。
completionStatus - 完成状态。

ACTIVITY_COMPLETED

public ACTIVITY_COMPLETED(String detailMessage,
                          int minorCode,
                          CompletionStatus completionStatus)
使用指定消息、次要代码和完成状态构造 ACTIVITY_COMPLETED 异常。

参数:
detailMessage - 包含详细消息的字符串。
minorCode - 次要代码。
completionStatus - 完成状态。

JavaTM 2 Platform
Standard Ed. 5.0

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java 2 SDK SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策