public final class SystemExceptionHelper
extends java.lang.Object
Constructor and Description |
---|
SystemExceptionHelper() |
Modifier and Type | Method and Description |
---|---|
static SystemException |
extract(Any any) |
static java.lang.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 java.lang.String id()
public static SystemException read(InputStream in)
public static void write(OutputStream out, SystemException s)