All Packages Class Hierarchy This Package Previous Next Index
Class com.imaginary.sql.msql.MsqlException
com.imaginary.sql.msql.MsqlException
- public class MsqlException
This class is an SQLException that has special constructors for
messages directly from mSQL.
Last modified $Date: 1999/07/09 23:16:30 $
- Version:
- $Revision: 1.1.2.1.2.2 $
- Author:
- George Reese (borg@imaginary.com)
-
MsqlException(Exception)
- Constructs an MsqlException based on some odd exception.
-
MsqlException(String)
- Constructs an MsqlException based on an error message from mSQL.
MsqlException
public MsqlException(String data)
- Constructs an MsqlException based on an error message from mSQL.
- Parameters:
- data - an error message
MsqlException
public MsqlException(Exception e)
- Constructs an MsqlException based on some odd exception.
- Parameters:
- e - the exception that caused this to be thrown.
All Packages Class Hierarchy This Package Previous Next Index