public abstract class PersistencyExceptionHelper extends Object
| Constructor and Description |
|---|
PersistencyExceptionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static PersistencyException |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
PersistencyException that) |
static PersistencyException |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
PersistencyException value) |
public static void insert(Any a, PersistencyException that)
public static PersistencyException extract(Any a)
public static TypeCode type()
public static String id()
public static PersistencyException read(InputStream istream)
public static void write(OutputStream ostream, PersistencyException value)
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.