public abstract class SystemExceptionHelper extends Object
SystemExceptionHelper has been implemented as there is no
org.omg.CORBA.SystemExceptionHelper provided by OMG -
see http://www.omg.org/issues/issue3750.txt| Constructor and Description |
|---|
SystemExceptionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static SystemException |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
SystemException s) |
static SystemException |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
SystemException s) |
public static void insert(Any any, SystemException s)
public static SystemException extract(Any any)
public static TypeCode type()
public static String id()
public static SystemException read(InputStream in)
public static void write(OutputStream out, SystemException s)
Copyright © 2017 JacORB. All rights reserved.