org.garret.consus
Class ConsusIOError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by org.garret.consus.ConsusIOError
All Implemented Interfaces:
java.io.Serializable

public class ConsusIOError
extends java.sql.SQLException

Exception is thrown when the IO operation with a database file has failed

See Also:
Serialized Form

Constructor Summary
ConsusIOError(java.lang.String msg)
          IO exception constructor
 
Method Summary
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, 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

ConsusIOError

public ConsusIOError(java.lang.String msg)
IO exception constructor

Parameters:
msg - message text