edu.udo.cs.miningmart.exception
Class DbConnectionClosed

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.udo.cs.miningmart.exception.MiningMartException
              extended byedu.udo.cs.miningmart.exception.M4CompilerError
                  extended byedu.udo.cs.miningmart.exception.DbConnectionClosed
All Implemented Interfaces:
java.io.Serializable

public class DbConnectionClosed
extends M4CompilerError

This Exception is thrown by the DB class, when a kill request has been received for the current Thread, followed by a request to access the database.

Version:
$Id: DbConnectionClosed.java,v 1.3 2006/04/11 14:10:15 euler Exp $
Author:
Martin Scholz
See Also:
Serialized Form

Constructor Summary
DbConnectionClosed(java.lang.String errorMsg)
          Constructor with error message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DbConnectionClosed

public DbConnectionClosed(java.lang.String errorMsg)
Constructor with error message.

Parameters:
errorMsg - The error information.


Copyright © 2001-2005