| org.jacorb.orb.ExceptionHolderImpl
ExceptionHolderImpl | public class ExceptionHolderImpl extends org.omg.Messaging.ExceptionHolder implements Configurable(Code) | | JacORB-specific implementation of
org.omg.Messaging.ExceptionHolder . An instance of this
type is used to pass an exception to a reply handler.
author: Andre Spiegel version: $Id: ExceptionHolderImpl.java,v 1.17 2006/07/13 08:57:36 nick.cross Exp $ |
ExceptionHolderImpl | public ExceptionHolderImpl()(Code) | | No-arg constructor for demarshaling.
|
ExceptionHolderImpl | public ExceptionHolderImpl(ReplyInputStream inputStream)(Code) | | Constructs an ExceptionHolderImpl object from an input stream.
It is assumed that the reply status of this input stream is
either USER_EXCEPTION or SYSTEM_EXCEPTION. If it has another
status, a RuntimeException is thrown.
|
configure | public void configure(org.apache.avalon.framework.configuration.Configuration configuration) throws org.apache.avalon.framework.configuration.ConfigurationException(Code) | | |
marshal | public byte[] marshal()(Code) | | Marshals this object into a new buffer and returns that buffer.
|
|
|