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