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.
    • Element Detail

      • group

        int group
        Return the group ID to be used in computing the message ID.
        Returns:
        The group ID
      • omgException

        boolean omgException
        Return true if this is an OMG exception with the OMG VMCID, false if it is using the old SUN VMCID.
        Returns:
        false by default
        Default:
        false