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
    Return the group ID to be used in computing the message ID.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Return true if this is an OMG exception with the OMG VMCID, false if it is using the old SUN VMCID.
  • Element Details

    • 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
    • group

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