org.omg.CosNaming.NamingContextPackage
public abstract class CannotProceedHelper extends Object
| Method Summary | |
|---|---|
| static CannotProceed | extract(Any a)
Extract the exception from the given {@link Any}. |
| static String | id()
Return the exception repository id. |
| static void | insert(Any a, CannotProceed that)
Insert the exception into the given {@link Any}. |
| static CannotProceed | 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, CannotProceed value)
Write the exception to the CDR output stream. |