org.jacorb.orb
Class SystemExceptionHelper
java.lang.Object
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(org.omg.CORBA.Any any,
org.omg.CORBA.SystemException exception)
|
static org.omg.CORBA.SystemException |
read(org.omg.CORBA.portable.InputStream in)
|
static org.omg.CORBA.TypeCode |
type(org.omg.CORBA.SystemException exception)
|
static void |
write(org.omg.CORBA.portable.OutputStream out,
org.omg.CORBA.SystemException exception)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
insert
public static void insert(org.omg.CORBA.Any any,
org.omg.CORBA.SystemException exception)
type
public static org.omg.CORBA.TypeCode type(org.omg.CORBA.SystemException exception)
read
public static org.omg.CORBA.SystemException read(org.omg.CORBA.portable.InputStream in)
write
public static void write(org.omg.CORBA.portable.OutputStream out,
org.omg.CORBA.SystemException exception)