javatools.database
Class Database.ConnectionBrokenSQLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by javatools.database.Database.ConnectionBrokenSQLException
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<java.lang.Throwable>
Enclosing class:
Database

public static class Database.ConnectionBrokenSQLException
extends java.sql.SQLException

Exceptions ****

See Also:
Serialized Form

Constructor Summary
Database.ConnectionBrokenSQLException()
           
Database.ConnectionBrokenSQLException(java.lang.String message)
           
Database.ConnectionBrokenSQLException(java.lang.String message, java.lang.Throwable cause)
           
Database.ConnectionBrokenSQLException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Database.ConnectionBrokenSQLException

public Database.ConnectionBrokenSQLException()

Database.ConnectionBrokenSQLException

public Database.ConnectionBrokenSQLException(java.lang.String message)

Database.ConnectionBrokenSQLException

public Database.ConnectionBrokenSQLException(java.lang.Throwable cause)

Database.ConnectionBrokenSQLException

public Database.ConnectionBrokenSQLException(java.lang.String message,
                                             java.lang.Throwable cause)