Enterprise Information Portal APIs

com.ibm.gcs.db.util
Class TransactionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.gcs.component.NLSException
                    |
                    +--com.ibm.gcs.db.util.TransactionException
All Implemented Interfaces:
java.io.Serializable

public class TransactionException
extends NLSException

See Also:
Serialized Form

Constructor Summary
TransactionException()
           
TransactionException(java.lang.String message)
           
TransactionException(java.lang.String message, java.lang.String parameter)
           
TransactionException(java.lang.Throwable e, java.lang.String sqlStatement)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.sql.SQLException getSQLException()
           
 java.lang.String getSQLMessage()
           
 
Methods inherited from class com.ibm.gcs.component.NLSException
localize, localize, setLocale
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionException

public TransactionException()

TransactionException

public TransactionException(java.lang.String message)

TransactionException

public TransactionException(java.lang.String message,
                            java.lang.String parameter)

TransactionException

public TransactionException(java.lang.Throwable e,
                            java.lang.String sqlStatement)
Method Detail

getSQLException

public java.sql.SQLException getSQLException()

getSQLMessage

public java.lang.String getSQLMessage()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

EIP Web Crawler APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.