com.sap.sql
Class DuplicateKeyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.sql.SQLException
                    |
                    +--com.sap.sql.DuplicateKeyException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateKeyException
extends java.sql.SQLException

Version:
$Id: //tc/jdbi/630_VAL_REL/src/java/com/sap/sql/DuplicateKeyException.java#1 $
See Also:
Serialized Form

Constructor Summary
DuplicateKeyException(java.sql.SQLException basicException)
          Constructor for DuplikateKeyException.
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateKeyException

public DuplicateKeyException(java.sql.SQLException basicException)
Constructor for DuplikateKeyException. Currently the values for SQLSTATE and SQLERRORCODE are copied from the basicException.
Parameters:
basicException - the "original" SQLException thrown by the wrapped JDBC driver.