net.sf.sapjcosupport.jdbc
Class SapConnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
net.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.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.