org.jacorb.orb
public class ExceptionHolderImpl extends ExceptionHolder implements Configurable
org.omg.Messaging.ExceptionHolder. An instance of this
type is used to pass an exception to a reply handler.
Version: $Id: ExceptionHolderImpl.java,v 1.17 2006/07/13 08:57:36 nick.cross Exp $
| Constructor Summary | |
|---|---|
| ExceptionHolderImpl()
No-arg constructor for demarshaling. | |
| ExceptionHolderImpl(ReplyInputStream inputStream)
Constructs an ExceptionHolderImpl object from an input stream.
| |
| ExceptionHolderImpl(SystemException exception) | |
| Method Summary | |
|---|---|
| void | configure(Configuration configuration) |
| UserException | exceptionFromHelper(String id, InputStream input)
Given a repository id, tries to find a helper for the corresponding
class and uses it to unmarshal an instance of this class from
the given InputStream. |
| byte[] | marshal()
Marshals this object into a new buffer and returns that buffer. |
| void | raise_exception() |
| void | raise_exception_with_list(ExceptionList exc_list) |
| String | toString()
For testing. |