com.jdbwc.exceptions
Class TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by com.jdbwc.exceptions.TimeoutException
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<java.lang.Throwable>

public class TimeoutException
extends java.sql.SQLException

See Also:
Serialized Form

Constructor Summary
TimeoutException()
           
TimeoutException(java.lang.String reason)
           
TimeoutException(java.lang.String reason, java.lang.String SQLState)
           
TimeoutException(java.lang.String reason, java.lang.String SQLState, int vendorCode)
           
 
Method Summary
 int getErrorCode()
           
 
Methods inherited from class java.sql.SQLException
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeoutException

public TimeoutException(java.lang.String reason,
                        java.lang.String SQLState,
                        int vendorCode)

TimeoutException

public TimeoutException(java.lang.String reason,
                        java.lang.String SQLState)

TimeoutException

public TimeoutException(java.lang.String reason)

TimeoutException

public TimeoutException()
Method Detail

getErrorCode

public int getErrorCode()
Overrides:
getErrorCode in class java.sql.SQLException