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)

Constructor Index

 o MsqlException(Exception)
Constructs an MsqlException based on some odd exception.
 o MsqlException(String)
Constructs an MsqlException based on an error message from mSQL.

Constructors

 o MsqlException
 public MsqlException(String data)
Constructs an MsqlException based on an error message from mSQL.

Parameters:
data - an error message
 o 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