org.omg.Messaging
Class ExceptionHolder
java.lang.Object
org.omg.Messaging.ExceptionHolder
- All Implemented Interfaces:
- IDLEntity, java.io.Serializable, Streamable, StreamableValue, ValueBase
- Direct Known Subclasses:
- ExceptionHolderImpl
- public abstract class ExceptionHolder
- extends java.lang.Object
- implements StreamableValue
Generated from IDL definition of valuetype "ExceptionHolder"
- Author:
- JacORB IDL compiler
- 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 UserException
- Throws:
UserException
raise_exception_with_list
public abstract void raise_exception_with_list(ExceptionList exc_list)
throws UserException
- Throws:
UserException
_write
public void _write(OutputStream os)
- Specified by:
_write
in interface Streamable
_read
public void _read(InputStream os)
- Specified by:
_read
in interface Streamable
_truncatable_ids
public java.lang.String[] _truncatable_ids()
- Specified by:
_truncatable_ids
in interface ValueBase
_type
public TypeCode _type()
- Specified by:
_type
in interface Streamable