com.mckoi.database.jdbc
Class SQLLoginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by 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

Constructor Summary
SQLLoginException()
           
SQLLoginException(java.lang.String reason)
           
SQLLoginException(java.lang.String reason, java.lang.String SQLState)
           
SQLLoginException(java.lang.String reason, java.lang.String SQLState, int vendorCode)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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()