Package com.sun.corba.ee.spi.logex.corba
Annotation Type ORBException
-
@Documented @Target(TYPE) @Retention(RUNTIME) public @interface ORBException
This annotation is applied to an interface or abstract class that is used to define logging and/or constructing CORBA exceptions.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int
group
Return the group ID to be used in computing the message ID.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
omgException
Return true if this is an OMG exception with the OMG VMCID, false if it is using the old SUN VMCID.
-