SystemException::minor

Overview Indicates the minor error code of a SystemException.
Original class CORBA::SystemException


Intended Usage

The first minor method is used by a client or server application after catching a SystemException in a try/catch block, to determine the minor error code.

The second minor method is used to set the minor code of a SystemException before throwing it.

Syntax

  CORBA::ULong minor() const;
  void minor (CORBA::ULong min_id);

Input parameters

min_id
The minor code to store in the SystemException.

Return values

CORBA::ULong
A value indicating the minor error code contained in the SystemException.

Related reference
CORBA module



Searchable topic ID:   rcor_modsx4
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/corba/ref/rcor_modsx4.html

Library | Support | Terms of Use | Feedback