public abstract class AlreadyBoundHelper extends Object
AlreadyBound user exception.| Constructor and Description |
|---|
AlreadyBoundHelper() |
| Modifier and Type | Method and Description |
|---|---|
static AlreadyBound |
extract(Any a)
Extract the exception from the given
Any. |
static String |
id()
Return the exception repository id.
|
static void |
insert(Any a,
AlreadyBound that)
Insert the exception into the given
Any. |
static AlreadyBound |
read(InputStream istream)
Read the exception from the given CDR stream.
|
static TypeCode |
type()
Create the type code for this exception.
|
static void |
write(OutputStream ostream,
AlreadyBound value)
Write the exception to the CDR output stream.
|
public AlreadyBoundHelper()
public static AlreadyBound extract(Any a)
Any.public static void insert(Any a, AlreadyBound that)
Any.public static AlreadyBound read(InputStream istream)
public static void write(OutputStream ostream, AlreadyBound value)