All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.imaginary.sql.msql.MsqlException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.sql.SQLException
                           |
                           +----com.imaginary.sql.msql.MsqlException

public class MsqlException
extends SQLException
This class is an SQLException that has special constructors for messages directly from mSQL.
Last modified $Date: 1999/01/22 05:33:43 $

Version:
$Revision: 1.1.2.1.2.1 $
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 starting with -1:
 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