org.omg.Messaging
Class _ExceptionHolder

java.lang.Object
  extended by org.omg.Messaging._ExceptionHolder
All Implemented Interfaces:
Serializable, IDLEntity, Streamable, StreamableValue, ValueBase
Direct Known Subclasses:
ExceptionHolder_impl

public abstract class _ExceptionHolder
extends Object
implements StreamableValue

See Also:
Serialized Form

Field Summary
protected  boolean byte_order
           
protected  boolean is_system_exception
           
protected  byte[] marshaled_exception
           
 
Constructor Summary
_ExceptionHolder()
           
 
Method Summary
 void _read(InputStream in)
           
 String[] _truncatable_ids()
           
 TypeCode _type()
           
 void _write(OutputStream out)
           
abstract  void raise_exception_with_list(TypeCode[] exc_list)
           
abstract  void raise_exception()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

is_system_exception

protected boolean is_system_exception

byte_order

protected boolean byte_order

marshaled_exception

protected byte[] marshaled_exception
Constructor Detail

_ExceptionHolder

public _ExceptionHolder()
Method Detail

raise_exception

public abstract void raise_exception()
                              throws Exception
Throws:
Exception

raise_exception_with_list

public abstract void raise_exception_with_list(TypeCode[] exc_list)
                                        throws Exception
Throws:
Exception

_truncatable_ids

public String[] _truncatable_ids()
Specified by:
_truncatable_ids in interface ValueBase

_read

public void _read(InputStream in)
Specified by:
_read in interface Streamable

_write

public void _write(OutputStream out)
Specified by:
_write in interface Streamable

_type

public TypeCode _type()
Specified by:
_type in interface Streamable


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