public final class INVALID_ACTIVITY extends SystemException
INVALID_ACTIVITY
系统异常可能是在活动或交易服务的恢复方法如果交易或恢复活动在语境的不同,从它被暂停。它也提出了一个尝试调用时,是不符合活动的当前状态。
completed, minor
Constructor and Description |
---|
INVALID_ACTIVITY()
构建与小代码设置为0,completionstatus一
INVALID_ACTIVITY 例外集completed_no。
|
INVALID_ACTIVITY(int minorCode, CompletionStatus completionStatus)
构建了一个
INVALID_ACTIVITY 例外与指定的小代码和完成状态。
|
INVALID_ACTIVITY(String detailMessage)
构建与指定的消息一
INVALID_ACTIVITY 例外。
|
INVALID_ACTIVITY(String detailMessage, int minorCode, CompletionStatus completionStatus)
构造一个指定的消息,小码
INVALID_ACTIVITY 例外,和完成状态。
|
toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public INVALID_ACTIVITY()
INVALID_ACTIVITY
例外集completed_no。
public INVALID_ACTIVITY(String detailMessage)
INVALID_ACTIVITY
例外。
detailMessage
含详细信息字符串。
public INVALID_ACTIVITY(int minorCode, CompletionStatus completionStatus)
INVALID_ACTIVITY
例外与指定的小代码和完成状态。
minorCode
-小码。
completionStatus
-完成状态。
public INVALID_ACTIVITY(String detailMessage, int minorCode, CompletionStatus completionStatus)
INVALID_ACTIVITY
例外与指定的消息,小的代码,并完成状态。
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.