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