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