net.sf.sapjcosupport.jdbc
Class SapConnectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.sql.SQLException
              extended bynet.sf.sapjcosupport.jdbc.SapConnectException
All Implemented Interfaces:
Serializable

public class SapConnectException
extends SQLException

Created by IntelliJ IDEA. User: NDE1677 Date: Jul 6, 2006 Time: 2:00:56 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
SapConnectException(SqlErrorCodes errorCode, String reason)
          Constructs an SQLException object with a reason; the SQLState field defaults to null, and the vendorCode field defaults to 0.
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SapConnectException

public SapConnectException(SqlErrorCodes errorCode,
                           String reason)
Constructs an SQLException object with a reason; the SQLState field defaults to null, and the vendorCode field defaults to 0.

Parameters:
reason - a description of the exception


Copyright © 2006 null. All Rights Reserved.