net.spy.db
Class DBInitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
net.spy.db.DBInitException
- All Implemented Interfaces:
- Serializable
- public class DBInitException
- extends SQLException
Exception thrown when there's a database initialization problem.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DBInitException
public DBInitException()
- Get an instance of DBInitException.
DBInitException
public DBInitException(String msg)
- Get an instance of DBInitException with a message.