org.omg.Messaging
Class _ExceptionHolder
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
is_system_exception
protected boolean is_system_exception
byte_order
protected boolean byte_order
marshaled_exception
protected byte[] marshaled_exception
_ExceptionHolder
public _ExceptionHolder()
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.