com.synex.xml.db
Class DBManagerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.synex.xml.db.DBManagerException
All Implemented Interfaces:
java.io.Serializable

public class DBManagerException
extends java.lang.Exception

An exception that provides information on a database access error or other errors.

See Also:
Serialized Form

Constructor Summary
DBManagerException()
          Creates new DBManagerException without detail message.
DBManagerException(java.lang.String msg)
          Constructs an DBManagerException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBManagerException

public DBManagerException()
Creates new DBManagerException without detail message.

DBManagerException

public DBManagerException(java.lang.String msg)
Constructs an DBManagerException with the specified detail message.
Parameters:
msg - the detail message.


Submit a bug or feature
For further API reference and developer documentation, see XML Bulk Loader Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2002 Sergey Yakovlev, All Rights Reserved.