public class ApplicationException extends 异常
Constructor and Description |
---|
ApplicationException(String id, InputStream ins)
构建了一个applicationexception从CORBA库ID的例外和一个输入流从例外可以读取数据作为参数。
|
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.