borland Packages Class Hierarchy datastore.jdbc Package
java.lang.Object +----java.lang.Throwable +----java.lang.Exception +----java.sql.SQLException +----com.borland.datastore.jdbc.SqlState
Constructors Properties Methods
Implements ChainedException, Serializable
This class is used internally by other com.borland
classes. You should never use this class directly.
public SqlState(String message, String sqlCode)
This constructor is used internally by other com.borland
classes. You should never use this constructor directly.
public ExceptionChain getExceptionChain()
This property is used internally by other com.borland
classes. You should never use this property directly.
public static void connectError(String message)
public static void connectionHasBeenClosed()
public static final void log(Throwable ex)
public void printStackTrace()
This method is used internally by other com.borland
classes. You should never use this method directly.
Overrides: java.lang.Throwable.printStackTrace()
public void printStackTrace(java.io.PrintStream out)
This method is used internally by other com.borland
classes. You should never use this method directly.
Overrides: java.lang.Throwable.printStackTrace(java.io.PrintStream)