getMsgType()

Retrieves the message type associated with the message in the exception-detail object.

Syntax

public int getMsgType();

Parameters

None.

Return values

The integer that indicates the message type of the exception-detail object's message. Compare this integer value with the following message-type constants to determine the message type:

        XRD_ERROR 
    XRD_FATAL 

These message-type constants are defined in both the CWConnectorUtil and CWConnectorLogAndTrace classes.

See also

setMsgType()

Copyright IBM Corporation 1997, 2004. All Rights Reserved.