com.mckoi.database.jdbc
Class SQLLoginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
com.mckoi.database.jdbc.SQLLoginException
- All Implemented Interfaces:
- java.io.Serializable
public class SQLLoginException
- extends java.sql.SQLException
An SQLException that signifies username/password authentication failed.
- Author:
- Tobias Downer
- See Also:
- Serialized Form
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SQLLoginException
public SQLLoginException(java.lang.String reason,
java.lang.String SQLState,
int vendorCode)
SQLLoginException
public SQLLoginException(java.lang.String reason,
java.lang.String SQLState)
SQLLoginException
public SQLLoginException(java.lang.String reason)
SQLLoginException
public SQLLoginException()