public class ApplicationException extends 异常
Constructor and Description |
---|
ApplicationException(String id, InputStream ins)
从异常的CORBA存储库ID中构造一个ApplicationException,以及可以读取异常数据作为参数的输入流。
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
返回异常的CORBA存储库ID,而不从异常输入流中删除它。
|
InputStream |
getInputStream()
返回可以读取异常数据作为参数的输入流。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ApplicationException(String id, InputStream ins)
id
- 用户异常的存储库ID
ins
- 包含用户异常数据的流
public String getId()
public InputStream getInputStream()
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.