com.ibm.edms.od
Class ODException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.edms.od.ODException

public class ODException
extends java.lang.Exception
implements java.io.Serializable

This class represents OD exceptions which may occur using the API's.

(C) Copyright IBM Corp. 1993, 2002. All Rights Reserved

See Also:
Serialized Form

Method Summary
 int getErrorId()
          Get the error id of the exception.
 java.lang.String getErrorMsg()
          Get the message text of the exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getErrorMsg

public java.lang.String getErrorMsg()
Get the message text of the exception.
Returns:
String Message text.

getErrorId

public int getErrorId()
Get the error id of the exception.
Returns:
int Error id.