public class SystemExceptionHelper extends Object
Modifier and Type | Method and Description |
---|---|
static void |
insert(Any any,
SystemException exception) |
static SystemException |
read(InputStream in) |
static TypeCode |
type(SystemException exception) |
static void |
write(OutputStream out,
SystemException exception) |
public static void insert(Any any, SystemException exception)
public static TypeCode type(SystemException exception)
public static SystemException read(InputStream in)
public static void write(OutputStream out, SystemException exception)
Copyright © 2016 JacORB. All rights reserved.