public abstract class SystemException extends RuntimeException
SystemException延伸java.lang.RuntimeException ;
因此,没有一个SystemException例外需要在从IDL接口中的操作映射的Java方法的签名中声明。
| Modifier and Type | Field and Description |
|---|---|
CompletionStatus |
completed
抛出此异常的操作状态。
|
int |
minor
CORBA异常次要代码。
|
| Modifier | Constructor and Description |
|---|---|
protected |
SystemException(String reason, int minor, CompletionStatus completed)
构造具有
SystemException的详细消息,次要代码和完成状态的SystemException异常。
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
将此异常转换为代表字符串。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic int minor
public CompletionStatus completed
protected SystemException(String reason, int minor, CompletionStatus completed)
SystemException的详细消息,次要代码和完成状态的SystemException异常。
详细消息是描述此特定异常的字符串。
reason - 包含详细消息的字符串
minor - 次要代码
completed - 完成状态
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.