Quadcap Embeddable Server

com.quadcap.sql.file.DatafileException Class Reference

Inheritance diagram for com.quadcap.sql.file.DatafileException:

List of all members.

Detailed Description

Author:
Stan Bailes

Definition at line 46 of file DatafileException.java.

Public Member Functions

 DatafileException (String msg)
 DatafileException (String msg, Throwable t)
 DatafileException (Throwable t)


Constructor & Destructor Documentation

com.quadcap.sql.file.DatafileException.DatafileException String  msg  ) 
 

Definition at line 47 of file DatafileException.java.

com.quadcap.sql.file.DatafileException.DatafileException String  msg,
Throwable  t
 

Definition at line 51 of file DatafileException.java.

com.quadcap.sql.file.DatafileException.DatafileException Throwable  t  ) 
 

Definition at line 56 of file DatafileException.java.