com.programix.sql
Class SQLTimedOutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
com.programix.sql.SQLTimedOutException
- All Implemented Interfaces:
- Serializable
public class SQLTimedOutException
- extends SQLException
This subclass of SQLException is thrown by some methods to indicate
that a timeout occurred on an SQL-related activity. See
TimedOutException in the
com.programix.thread package for general time out handling (this
class exists so that in places where only an SQLException is
allowed, this subclass can be used to signal more specific information).
This is a subclass of SQLException so callers are not required
to catch anything more specific than SQLException if they are not
interested. However, if the caller is interested, this exception is a way to
probe to find out more about what caused the exception.
- Author:
- Paul Hyde
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SQLTimedOutException
public SQLTimedOutException(String message,
Throwable cause)
SQLTimedOutException
public SQLTimedOutException(Throwable cause)
SQLTimedOutException
public SQLTimedOutException(String message)
SQLTimedOutException
public SQLTimedOutException(long msTimeout)
SQLTimedOutException
public SQLTimedOutException()
Copyright © 2001-2009
Programix Incorporated.
All rights reserved.
ProgramixGenericLib is free
and is
OSI Certified
Open Source Software under the BSD
license.