public abstract class UserDoesNotExistsExceptionHelper extends Object
| Constructor and Description |
|---|
UserDoesNotExistsExceptionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static UserDoesNotExistsException |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
UserDoesNotExistsException s) |
static UserDoesNotExistsException |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
UserDoesNotExistsException s) |
public static TypeCode type()
public static void insert(Any any, UserDoesNotExistsException s)
public static UserDoesNotExistsException extract(Any any)
public static String id()
public static UserDoesNotExistsException read(InputStream in)
public static void write(OutputStream out, UserDoesNotExistsException s)
Copyright © 2016. All rights reserved.