org.jacorb.orb
Class SystemExceptionHelper

java.lang.Object
  extended by org.jacorb.orb.SystemExceptionHelper

public class SystemExceptionHelper
extends java.lang.Object

Version:
$Id: SystemExceptionHelper.java,v 1.15 2006/07/13 09:33:12 nick.cross Exp $
Author:
Gerald Brose

Method Summary
static void insert(Any any, SystemException exception)
           
static SystemException read(InputStream in)
           
static TypeCode type(SystemException exception)
           
static void write(OutputStream out, SystemException exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

insert

public static void insert(Any any,
                          SystemException exception)

type

public static TypeCode type(SystemException exception)

read

public static SystemException read(InputStream in)

write

public static void write(OutputStream out,
                         SystemException exception)