public abstract class SystemException extends RuntimeException
SystemException延伸
java.lang.RuntimeException;这样的
SystemException例外不需要在java方法映射操作IDL接口签名声明。
| Modifier and Type | Field and Description |
|---|---|
CompletionStatus |
completed
抛出此异常的操作的状态。
|
int |
minor
CORBA的次要代码。
|
| Modifier | Constructor and Description |
|---|---|
protected |
SystemException(String reason, int minor, CompletionStatus completed)
创建一个指定详细信息,
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次要代码,并完成状态。一个详细信息是一个字符串,该字符串描述了这个特殊的异常。
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.