java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.omg.CORBA.SystemException org.omg.CORBA.ACTIVITY_COMPLETED
public final class ACTIVITY_COMPLETED
ACTIVITY_COMPLETED
系统异常可以在任何访问 Activity 上下文的方法上引发。它指示调用方法的 Activity 上下文由于 Activity 自身的超时或围绕 Activity 事务的超时而得以完成,或者指示 Activity 以最初所请求方式以外的方式完成。
字段摘要 |
---|
从类 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 |
构造方法详细信息 |
---|
public ACTIVITY_COMPLETED()
ACTIVITY_COMPLETED
异常,使次要代码 (minor code) 设置为 0,COMPLETED_NO 设置为 CompletionStatus。
public ACTIVITY_COMPLETED(String detailMessage)
ACTIVITY_COMPLETED
异常。
detailMessage
- 包含详细消息的字符串。
public ACTIVITY_COMPLETED(int minorCode, CompletionStatus completionStatus)
ACTIVITY_COMPLETED
异常。
minorCode
- 次要代码。
completionStatus
- 完成状态。
public ACTIVITY_COMPLETED(String detailMessage, int minorCode, CompletionStatus completionStatus)
ACTIVITY_COMPLETED
异常。
detailMessage
- 包含详细消息的字符串。
minorCode
- 次要代码。
completionStatus
- 完成状态。