org.apache.yoko.orb.OBMessaging
Class ExceptionHolder_impl

java.lang.Object
  extended by org.omg.Messaging._ExceptionHolder
      extended by org.apache.yoko.orb.OBMessaging.ExceptionHolder_impl
All Implemented Interfaces:
Serializable, IDLEntity, Streamable, StreamableValue, ValueBase

public class ExceptionHolder_impl
extends _ExceptionHolder

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.omg.Messaging._ExceptionHolder
byte_order, is_system_exception, marshaled_exception
 
Constructor Summary
ExceptionHolder_impl()
           
ExceptionHolder_impl(boolean border)
           
ExceptionHolder_impl(boolean border, boolean sys_except)
           
 
Method Summary
 ValueBase _copy_value()
           
 void _OB_extractSequence(Buffer buf)
           
 InputStream _OB_inputStream()
           
 void _OB_register_raise_proxy(UserExceptionRaiseProxy proxy)
           
 void raise_exception_with_list(TypeCode[] exc_list)
           
 void raise_exception()
           
 
Methods inherited from class org.omg.Messaging._ExceptionHolder
_read, _truncatable_ids, _type, _write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHolder_impl

public ExceptionHolder_impl()

ExceptionHolder_impl

public ExceptionHolder_impl(boolean border)

ExceptionHolder_impl

public ExceptionHolder_impl(boolean border,
                            boolean sys_except)
Method Detail

raise_exception

public void raise_exception()
                     throws Exception
Specified by:
raise_exception in class _ExceptionHolder
Throws:
Exception

raise_exception_with_list

public void raise_exception_with_list(TypeCode[] exc_list)
                               throws Exception
Specified by:
raise_exception_with_list in class _ExceptionHolder
Throws:
Exception

_copy_value

public ValueBase _copy_value()
                      throws SystemException
Throws:
SystemException

_OB_extractSequence

public void _OB_extractSequence(Buffer buf)

_OB_inputStream

public InputStream _OB_inputStream()

_OB_register_raise_proxy

public void _OB_register_raise_proxy(UserExceptionRaiseProxy proxy)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.