public final class ACTIVITY_COMPLETED extends SystemException
ACTIVITY_COMPLETED
系统异常。
它表示由于活动本身或包含活动的事务超时或活动以不同于原始请求的方式完成,因此进行方法调用的活动上下文已经完成。
completed, minor
Constructor and Description |
---|
ACTIVITY_COMPLETED()
构造一个
ACTIVITY_COMPLETED 异常,次要代码设置为0,CompletionStatus设置为COMPLETED_NO。
|
ACTIVITY_COMPLETED(int minorCode, CompletionStatus completionStatus)
构造具有
ACTIVITY_COMPLETED 的次要代码和完成状态的ACTIVITY_COMPLETED异常。
|
ACTIVITY_COMPLETED(String detailMessage)
构造一个
ACTIVITY_COMPLETED 例外用指定的消息。
|
ACTIVITY_COMPLETED(String detailMessage, int minorCode, CompletionStatus completionStatus)
构造具有
ACTIVITY_COMPLETED 消息,次要代码和完成状态的ACTIVITY_COMPLETED异常。
|
toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ACTIVITY_COMPLETED()
ACTIVITY_COMPLETED
异常,次要代码设置为0,CompletionStatus设置为COMPLETED_NO。
public ACTIVITY_COMPLETED(String detailMessage)
ACTIVITY_COMPLETED
异常。
detailMessage
- 包含详细消息的字符串。
public ACTIVITY_COMPLETED(int minorCode, CompletionStatus completionStatus)
ACTIVITY_COMPLETED
的次要代码和完成状态的ACTIVITY_COMPLETED异常。
minorCode
- 次要代码。
completionStatus
- 完成状态。
public ACTIVITY_COMPLETED(String detailMessage, int minorCode, CompletionStatus completionStatus)
ACTIVITY_COMPLETED
消息,次要代码和完成状态的ACTIVITY_COMPLETED异常。
detailMessage
- 包含详细消息的字符串。
minorCode
- 次要代码。
completionStatus
- 完成状态。
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.